### Rustdoc Example Scraping Warning Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc This message indicates that Rustdoc was unable to scrape certain examples because they depend on development dependencies. To enable scraping for these examples, the `doc-scrape-examples = true` setting needs to be added to the relevant example's target configuration. ```rust warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. ``` -------------------------------- ### Development Setup Source: https://docs.rs/crate/ass-editor/0.1.1/index Instructions for setting up the development environment for the ass-editor crate, including cloning the repository and running tests/benchmarks. ```bash git clone https://github.com/wiedymi/ass-rs.git cd ass-rs/crates/ass-editor ``` ```bash cargo test --all-features ``` ```bash cargo bench ``` -------------------------------- ### Rustdoc Example Scraping Warning Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin This message indicates that Rustdoc was unable to scrape certain examples (specifically 'ass_aware_demo') because they depend on development dependencies. To enable scraping for these examples, the `doc-scrape-examples = true` configuration needs to be added to the relevant example's target configuration. ```rust warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. ``` -------------------------------- ### Rustdoc Example Scraping Warning Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-unknown-linux-gnu_json This snippet highlights a warning from Rustdoc indicating that certain examples could not be scraped because they require dev-dependencies. It suggests adding `doc-scrape-examples = true` to the example's target configuration to resolve this. ```rust warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. ``` -------------------------------- ### Development Setup Commands Source: https://docs.rs/crate/ass-editor/0.1.1/source/README Commands for setting up the development environment for the ASS-Editor Rust crate. Includes cloning the repository, running tests, benchmarks, and code quality checks. ```bash git clone https://github.com/wiedymi/ass-rs.git cd ass-rs/crates/ass-editor cargo test --all-features cargo bench cargo clippy --all-targets --all-features -- -D warnings cargo fmt --all -- --check ``` -------------------------------- ### Rustdoc Scraping Warning Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-pc-windows-msvc_json This snippet highlights a warning from Rustdoc indicating that certain examples could not be scraped because they require dev-dependencies. It suggests adding `doc-scrape-examples = true` to the example's target configuration to resolve this. ```rust warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. ``` -------------------------------- ### Rustdoc Build Log Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-unknown-linux-gnu This snippet details the build process for the ass-editor crate documentation. It shows the Docker commands used, rustc and docs.rs versions, and warnings related to example scraping and target filtering. ```rust [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/ass-editor-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/ass-editor-0.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250805-1.91.0-nightly-ec7c02612\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bb31a30cbd42a47b5d1d5bb5859d2fa038fd2fddc59db5aa2c7a358005fd49d3 [INFO] running `Command { std: "docker" "start" "-a" "bb31a30cbd42a47b5d1d5bb5859d2fa038fd2fddc59db5aa2c7a358005fd49d3", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting ass-editor v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s [INFO] [stderr] Generated /opt/rustwide/target/i686-unknown-linux-gnu/doc/ass_editor/index.html [INFO] running `Command { std: "docker" "inspect" "bb31a30cbd42a47b5d1d5bb5859d2fa038fd2fddc59db5aa2c7a358005fd49d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb31a30cbd42a47b5d1d5bb5859d2fa038fd2fddc59db5aa2c7a358005fd49d3", kill_on_drop: false }` [INFO] [stdout] bb31a30cbd42a47b5d1d5bb5859d2fa038fd2fddc59db5aa2c7a358005fd49d3 ``` -------------------------------- ### Rustdoc Build Output Warnings Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc_json This snippet captures warnings from the Rustdoc build process, specifically related to example scraping and target filtering. It indicates that some examples were not scraped due to missing dev-dependencies and that a target filter was ineffective. ```rust warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. warning: target filter specified, but no targets matched; this is a no-op Documenting ass-editor v0.1.1 (/opt/rustwide/workdir) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s ``` -------------------------------- ### Rustdoc Warnings and Output Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-pc-windows-msvc This section details the output from the Rustdoc process, including warnings about unscraped examples due to missing dev-dependencies and information about the generated documentation. ```stderr warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. warning: target filter specified, but no targets matched; this is a no-op Documenting ass-editor v0.1.1 (/opt/rustwide/workdir) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/ass_editor/index.html ``` -------------------------------- ### Rustdoc Build Log Warnings Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin_json This snippet captures warnings from the Rustdoc build process, specifically related to example scraping and target filtering. It indicates that some examples could not be scraped due to missing dev-dependencies and that a target filter was applied but matched no targets. ```log warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. warning: target filter specified, but no targets matched; this is a no-op ``` -------------------------------- ### Rustdoc Documenting Crate Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin This log message indicates that the documentation generation process has started for the 'ass-editor' crate with version 0.1.1. ```rust Documenting ass-editor v0.1.1 (/opt/rustwide/workdir) ``` -------------------------------- ### ass-editor Source Code Structure Source: https://docs.rs/crate/ass-editor/0.1.1/source/examples Details the directory structure of the ass-editor Rust crate's source code. It lists various modules and files, including benches, commands, core, events, examples, extensions, formats, sessions, tests, utils, and configuration files like Cargo.toml and README.md. ```Rust [ ](https://docs.rs/ass-editor/0.1.1/ass_editor/) * [ benches ](https://docs.rs/crate/ass-editor/0.1.1/source/benches/) * [ commands ](https://docs.rs/crate/ass-editor/0.1.1/source/commands/) * [ core ](https://docs.rs/crate/ass-editor/0.1.1/source/core/) * [ events ](https://docs.rs/crate/ass-editor/0.1.1/source/events/) * [ examples ](https://docs.rs/crate/ass-editor/0.1.1/source/examples/) * [ extensions ](https://docs.rs/crate/ass-editor/0.1.1/source/extensions/) * [ formats ](https://docs.rs/crate/ass-editor/0.1.1/source/formats/) * [ sessions ](https://docs.rs/crate/ass-editor/0.1.1/source/sessions/) * [ tests ](https://docs.rs/crate/ass-editor/0.1.1/source/tests/) * [ utils ](https://docs.rs/crate/ass-editor/0.1.1/source/utils/) * [ .cargo_vcs_info.json ](https://docs.rs/crate/ass-editor/0.1.1/source/.cargo_vcs_info.json) * [ Cargo.lock ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.lock) * [ Cargo.toml ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.toml) * [ Cargo.toml.orig ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.toml.orig) * [ lib.rs ](https://docs.rs/crate/ass-editor/0.1.1/source/lib.rs) * [ README.md ](https://docs.rs/crate/ass-editor/0.1.1/source/README.md) ``` -------------------------------- ### ASS Editor Feature Flag Configuration Source: https://docs.rs/crate/ass-editor/0.1.1/source/README Provides examples of how to configure the ASS Editor crate using feature flags in a `Cargo.toml` file. It shows different combinations for minimal, full-featured, WASM/embedded, and server-side builds. ```toml # Minimal editor for lightweight integrations ass-editor = { version = "0.1", default-features = false, features = ["minimal"] } # Full-featured desktop editor ass-editor = { version = "0.1", features = ["full", "simd"] } # WASM/embedded build ass-editor = { version = "0.1", default-features = false, features = ["minimal", "nostd"] } # Server-side processing ass-editor = { version = "0.1", features = ["full", "concurrency", "formats"] } ``` -------------------------------- ### ass-editor Platform Builds Source: https://docs.rs/crate/ass-editor/0.1.1/builds Lists the available builds for the ass-editor crate across different platforms and architectures, including links to detailed documentation for each build. ```rust i686-pc-windows-msvc i686-unknown-linux-gnu x86_64-apple-darwin x86_64-pc-windows-msvc x86_64-unknown-linux-gnu ``` -------------------------------- ### ass-editor Crate Overview Source: https://docs.rs/crate/ass-editor/0.1.1/source/lib Provides an overview of the ass-editor crate, including links to its documentation, source code, build status, and feature flags. This serves as the entry point for understanding the project's structure and resources. ```rust # ass-editor 0.1.1 High-performance, ergonomic editor layer for ASS subtitles * [ Crate ](https://docs.rs/crate/ass-editor/0.1.1) * [ Source ](https://docs.rs/crate/ass-editor/0.1.1/source/) * [ Builds ](https://docs.rs/crate/ass-editor/0.1.1/builds) * [ Feature flags ](https://docs.rs/crate/ass-editor/0.1.1/features) ``` -------------------------------- ### Running Benchmarks Source: https://docs.rs/crate/ass-editor/0.1.1/index Commands to run performance benchmarks for the ass-editor crate, including all benchmarks or specific benchmark suites. ```bash cargo bench ``` ```bash cargo bench --bench editor_commands ``` ```bash cargo bench --bench search_performance ``` ```bash cargo bench --bench memory_usage ``` -------------------------------- ### Cargo.toml Dependencies Source: https://docs.rs/crate/ass-editor/0.1.1/index Examples of how to include the ass-editor crate in your Cargo.toml file with different feature combinations. ```rust ass-editor = { version = "0.1", default-features = false, features = ["minimal"] } ``` ```rust ass-editor = { version = "0.1", features = ["full", "simd"] } ``` ```rust ass-editor = { version = "0.1", default-features = false, features = ["minimal", "nostd"] } ``` ```rust ass-editor = { version = "0.1", features = ["full", "concurrency", "formats"] } ``` -------------------------------- ### ass-editor Crate Information Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc Provides links to the ass-editor crate on docs.rs, including its source code, build information for different platforms, and available feature flags. This is the main entry point for understanding the crate's availability and configuration. ```rust Crate: https://docs.rs/crate/ass-editor/0.1.1 Source: https://docs.rs/crate/ass-editor/0.1.1/source/ Builds: https://docs.rs/crate/ass-editor/0.1.1/builds Feature flags: https://docs.rs/crate/ass-editor/0.1.1/features ``` -------------------------------- ### ass-editor Crate Documentation Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-pc-windows-msvc_json Provides access to the ass-editor crate documentation on docs.rs, including links to the source code, build information for different platforms, and available feature flags. This is the main entry point for understanding the crate's functionality. ```rust https://docs.rs/crate/ass-editor/0.1.1 https://docs.rs/crate/ass-editor/0.1.1/source/ https://docs.rs/crate/ass-editor/0.1.1/builds https://docs.rs/crate/ass-editor/0.1.1/features ``` -------------------------------- ### Rustdoc Build Output Warnings Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091 This snippet captures warnings from the Rustdoc build process. It indicates that certain examples could not be scraped because they require dev-dependencies and suggests how to include them. ```stderr warning: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. warning: target filter specified, but no targets matched; this is a no-op Documenting ass-editor v0.1.1 (/opt/rustwide/workdir) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ass_editor/index.html ``` -------------------------------- ### ass-editor Crate Overview Source: https://docs.rs/crate/ass-editor/0.1.1/source/tests Provides an overview of the ass-editor Rust crate, including links to its documentation, source code, build status, and available feature flags. This is the main entry point for understanding the crate's structure and capabilities. ```rust Project: /websites/rs_crate_ass-editor_0_1_1 # ass-editor 0.1.1 High-performance, ergonomic editor layer for ASS subtitles * [ Crate ](https://docs.rs/crate/ass-editor/0.1.1) * [ Source ](https://docs.rs/crate/ass-editor/0.1.1/source/) * [ Builds ](https://docs.rs/crate/ass-editor/0.1.1/builds) * [ Feature flags ](https://docs.rs/crate/ass-editor/0.1.1/features) ``` -------------------------------- ### Rustdoc Build Output Warnings Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-unknown-linux-gnu This snippet captures warnings from the Rustdoc build process. It indicates that certain examples could not be scraped because they require dev-dependencies and suggests how to include them. ```stderr warning: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. warning: target filter specified, but no targets matched; this is a no-op Documenting ass-editor v0.1.1 (/opt/rustwide/workdir) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ass_editor/index.html ``` -------------------------------- ### ass-editor Crate Documentation Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-unknown-linux-gnu_json Provides access to the ass-editor crate documentation on docs.rs, including links to the crate itself, source code, build details for multiple platforms, and available feature flags. This is the primary entry point for understanding the crate's functionality and usage. ```rust https://docs.rs/crate/ass-editor/0.1.1 ``` ```rust https://docs.rs/crate/ass-editor/0.1.1/source/ ``` ```rust https://docs.rs/crate/ass-editor/0.1.1/builds ``` ```rust https://docs.rs/crate/ass-editor/0.1.1/features ``` -------------------------------- ### Rustdoc Build Log Warnings Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-unknown-linux-gnu_json This snippet contains warnings from the rustdoc build process, indicating that some examples could not be scraped because they require dev-dependencies. It also mentions a no-op due to a target filter. ```log WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ass_aware_demo If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` to the [[example]] target configuration of at least one example. warning: target filter specified, but no targets matched; this is a no-op Documenting ass-editor v0.1.1 (/opt/rustwide/workdir) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s ``` -------------------------------- ### ass-editor Build Details Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc Details the build information for the ass-editor crate, version 0.1.1, for various target platforms. It includes links to text files containing build details and JSON files with more structured build information. ```rust Build #2385091 2025-08-06 08:43:01 * i686-pc-windows-msvc.txt * i686-pc-windows-msvc_json.txt * i686-unknown-linux-gnu.txt * i686-unknown-linux-gnu_json.txt * x86_64-apple-darwin.txt * x86_64-apple-darwin_json.txt * x86_64-pc-windows-msvc.txt * x86_64-pc-windows-msvc_json.txt * x86_64-unknown-linux-gnu.txt * x86_64-unknown-linux-gnu_json.txt ``` -------------------------------- ### Running Tests Source: https://docs.rs/crate/ass-editor/0.1.1/index Commands to execute the test suite for the ass-editor crate, including unit, integration, performance, and feature-specific tests. ```bash cargo test ``` ```bash cargo test --test integration ``` ```bash cargo test --test performance_targets ``` ```bash cargo test --all-features ``` ```bash cargo test --no-default-features --features minimal ``` -------------------------------- ### ass-editor Build Details Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-unknown-linux-gnu Details the build status and associated files for the ass-editor crate across multiple platforms. This includes links to text files containing build information and JSON files with more structured build data for each target architecture and operating system. ```rust Build #2385091 2025-08-06 08:43:01 i686-pc-windows-msvc.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-pc-windows-msvc.txt i686-pc-windows-msvc_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-pc-windows-msvc_json.txt i686-unknown-linux-gnu.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-unknown-linux-gnu.txt i686-unknown-linux-gnu_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-unknown-linux-gnu_json.txt x86_64-apple-darwin.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin.txt x86_64-apple-darwin_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin_json.txt x86_64-pc-windows-msvc.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc.txt x86_64-pc-windows-msvc_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc_json.txt x86_64-unknown-linux-gnu.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-unknown-linux-gnu.txt x86_64-unknown-linux-gnu_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-unknown-linux-gnu_json.txt ``` -------------------------------- ### Platform-Specific Documentation Links Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin_json Provides direct links to the documentation for the ass-editor crate on different operating systems and architectures. This allows users to access the most relevant API documentation for their target platform. ```rust i686-pc-windows-msvc: https://docs.rs/ass-editor/0.1.1/i686-pc-windows-msvc/ass_editor/index.html i686-unknown-linux-gnu: https://docs.rs/ass-editor/0.1.1/i686-unknown-linux-gnu/ass_editor/index.html x86_64-apple-darwin: https://docs.rs/ass-editor/0.1.1/x86_64-apple-darwin/ass_editor/index.html x86_64-pc-windows-msvc: https://docs.rs/ass-editor/0.1.1/x86_64-pc-windows-msvc/ass_editor/index.html x86_64-unknown-linux-gnu: https://docs.rs/ass-editor/0.1.1/x86_64-unknown-linux-gnu/ass_editor/index.html ``` -------------------------------- ### Karaoke Timing Generation and Adjustment Source: https://docs.rs/crate/ass-editor/0.1.1/index Provides examples of using the karaoke module to generate and adjust karaoke timing for subtitle lines. It covers generating timing based on syllable duration and scaling existing timing. ```rust use ass_editor::{EditorDocument, Position, Range, commands::karaoke_commands::*}; let mut doc = EditorDocument::from_content("Hello World").unwrap(); let range = Range::new(Position::new(0), Position::new(11)); // Generate karaoke timing doc.karaoke() .in_range(range) .generate(50) // 50 centiseconds per syllable .karaoke_type(KaraokeType::Fill) .execute() .unwrap(); // Adjust existing karaoke timing doc.karaoke() .in_range(range) .adjust() .scale(1.5) // Make 50% longer .execute() .unwrap(); ``` -------------------------------- ### ass-editor Build Details Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-unknown-linux-gnu_json Lists the build artifacts and JSON documentation files for the ass-editor crate version 0.1.1 across multiple target platforms. This includes details for Windows (32-bit and 64-bit), Linux (32-bit and 64-bit), and macOS (64-bit). ```rust Build #2385091 2025-08-06 08:43:01 * i686-pc-windows-msvc.txt * i686-pc-windows-msvc_json.txt * i686-unknown-linux-gnu.txt * i686-unknown-linux-gnu_json.txt * x86_64-apple-darwin.txt * x86_64-apple-darwin_json.txt * x86_64-pc-windows-msvc.txt * x86_64-pc-windows-msvc_json.txt * x86_64-unknown-linux-gnu.txt * x86_64-unknown-linux-gnu_json.txt ``` -------------------------------- ### ass-editor Source Code Structure Source: https://docs.rs/crate/ass-editor/0.1.1/source Details the directory structure of the ass-editor crate's source code. It lists various modules and files, including benches, commands, core, events, examples, extensions, formats, sessions, tests, utils, and configuration files like Cargo.toml and README.md. ```rust [ ](https://docs.rs/ass-editor/0.1.1/ass_editor/) * [ benches ](https://docs.rs/crate/ass-editor/0.1.1/source/benches/) * [ commands ](https://docs.rs/crate/ass-editor/0.1.1/source/commands/) * [ core ](https://docs.rs/crate/ass-editor/0.1.1/source/core/) * [ events ](https://docs.rs/crate/ass-editor/0.1.1/source/events/) * [ examples ](https://docs.rs/crate/ass-editor/0.1.1/source/examples/) * [ extensions ](https://docs.rs/crate/ass-editor/0.1.1/source/extensions/) * [ formats ](https://docs.rs/crate/ass-editor/0.1.1/source/formats/) * [ sessions ](https://docs.rs/crate/ass-editor/0.1.1/source/sessions/) * [ tests ](https://docs.rs/crate/ass-editor/0.1.1/source/tests/) * [ utils ](https://docs.rs/crate/ass-editor/0.1.1/source/utils/) * [ .cargo_vcs_info.json ](https://docs.rs/crate/ass-editor/0.1.1/source/.cargo_vcs_info.json) * [ Cargo.lock ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.lock) * [ Cargo.toml ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.toml) * [ Cargo.toml.orig ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.toml.orig) * [ lib.rs ](https://docs.rs/crate/ass-editor/0.1.1/source/lib.rs) * [ README.md ](https://docs.rs/crate/ass-editor/0.1.1/source/README.md) ``` -------------------------------- ### ass-editor Build Details Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin_json Details on the build artifacts for the ass-editor crate version 0.1.1, including links to raw text and JSON build information for various target platforms. ```rust Build #2385091 2025-08-06 08:43:01 i686-pc-windows-msvc.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-pc-windows-msvc.txt i686-pc-windows-msvc_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-pc-windows-msvc_json.txt i686-unknown-linux-gnu.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-unknown-linux-gnu.txt i686-unknown-linux-gnu_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/i686-unknown-linux-gnu_json.txt x86_64-apple-darwin.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin.txt x86_64-apple-darwin_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin_json.txt x86_64-pc-windows-msvc.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc.txt x86_64-pc-windows-msvc_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc_json.txt x86_64-unknown-linux-gnu.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-unknown-linux-gnu.txt x86_64-unknown-linux-gnu_json.txt: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-unknown-linux-gnu_json.txt ``` -------------------------------- ### ass-editor Source Code Structure Source: https://docs.rs/crate/ass-editor/0.1.1/source/core Details the directory structure of the ass-editor Rust crate source code. It lists various modules and files including benches, commands, core, events, examples, extensions, formats, sessions, tests, utils, and configuration files like Cargo.toml and README.md. ```rust [ ](https://docs.rs/ass-editor/0.1.1/ass_editor/) * [ benches ](https://docs.rs/crate/ass-editor/0.1.1/source/benches/) * [ commands ](https://docs.rs/crate/ass-editor/0.1.1/source/commands/) * [ core ](https://docs.rs/crate/ass-editor/0.1.1/source/core/) * [ events ](https://docs.rs/crate/ass-editor/0.1.1/source/events/) * [ examples ](https://docs.rs/crate/ass-editor/0.1.1/source/examples/) * [ extensions ](https://docs.rs/crate/ass-editor/0.1.1/source/extensions/) * [ formats ](https://docs.rs/crate/ass-editor/0.1.1/source/formats/) * [ sessions ](https://docs.rs/crate/ass-editor/0.1.1/source/sessions/) * [ tests ](https://docs.rs/crate/ass-editor/0.1.1/source/tests/) * [ utils ](https://docs.rs/crate/ass-editor/0.1.1/source/utils/) * [ .cargo_vcs_info.json ](https://docs.rs/crate/ass-editor/0.1.1/source/.cargo_vcs_info.json) * [ Cargo.lock ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.lock) * [ Cargo.toml ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.toml) * [ Cargo.toml.orig ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.toml.orig) * [ lib.rs ](https://docs.rs/crate/ass-editor/0.1.1/source/lib.rs) * [ README.md ](https://docs.rs/crate/ass-editor/0.1.1/source/README.md) ``` -------------------------------- ### ppv-lite86 Dependencies Source: https://docs.rs/crate/ass-editor/0.1.1/source/Cargo Information for the 'ppv-lite86' crate, including its version, source, checksum, and dependencies. ```rust [[package]] name = "ppv-lite86" version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ "zerocopy", ] ``` -------------------------------- ### ass-editor Source Code Modules Source: https://docs.rs/crate/ass-editor/0.1.1/source/commands Lists the various modules available in the ass-editor Rust crate's source code. These modules cover different aspects of the subtitle editing functionality, including commands, core logic, events, examples, extensions, formats, sessions, tests, and utilities. ```rust [ ](https://docs.rs/ass-editor/0.1.1/ass_editor/) * [ benches ](https://docs.rs/crate/ass-editor/0.1.1/source/benches/) * [ commands ](https://docs.rs/crate/ass-editor/0.1.1/source/commands/) * [ core ](https://docs.rs/crate/ass-editor/0.1.1/source/core/) * [ events ](https://docs.rs/crate/ass-editor/0.1.1/source/events/) * [ examples ](https://docs.rs/crate/ass-editor/0.1.1/source/examples/) * [ extensions ](https://docs.rs/crate/ass-editor/0.1.1/source/extensions/) * [ formats ](https://docs.rs/crate/ass-editor/0.1.1/source/formats/) * [ sessions ](https://docs.rs/crate/ass-editor/0.1.1/source/sessions/) * [ tests ](https://docs.rs/crate/ass-editor/0.1.1/source/tests/) * [ utils ](https://docs.rs/crate/ass-editor/0.1.1/source/utils/) * [ .cargo_vcs_info.json ](https://docs.rs/crate/ass-editor/0.1.1/source/.cargo_vcs_info.json) * [ Cargo.lock ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.lock) * [ Cargo.toml ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.toml) * [ Cargo.toml.orig ](https://docs.rs/crate/ass-editor/0.1.1/source/Cargo.toml.orig) * [ lib.rs ](https://docs.rs/crate/ass-editor/0.1.1/source/lib.rs) * [ README.md ](https://docs.rs/crate/ass-editor/0.1.1/source/README.md) ``` -------------------------------- ### zerocopy Dependencies Source: https://docs.rs/crate/ass-editor/0.1.1/source/Cargo Details the dependencies for the 'zerocopy' crate. ```toml name = "zerocopy" version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" dependencies = [ "zerocopy-derive", ] ``` -------------------------------- ### ass-editor Source Directory Structure Source: https://docs.rs/crate/ass-editor/0.1.1/source/sessions Details the directory structure of the ass-editor crate's source code. This allows users to navigate and understand the organization of the project's modules and files, including benches, commands, core logic, events, examples, extensions, formats, sessions, tests, utilities, and configuration files. ```rust benches/ commands/ core/ events/ examples/ extensions/ formats/ sessions/ tests/ utils/ .cargo_vcs_info.json Cargo.lock Cargo.toml Cargo.toml.orig lib.rs README.md ``` -------------------------------- ### ass-editor Crate Information Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-apple-darwin_json Provides essential links for the ass-editor Rust crate version 0.1.1. This includes direct links to the crate documentation, source code repository, build status, and available feature flags. ```rust Crate: https://docs.rs/crate/ass-editor/0.1.1 Source: https://docs.rs/crate/ass-editor/0.1.1/source/ Builds: https://docs.rs/crate/ass-editor/0.1.1/builds Feature flags: https://docs.rs/crate/ass-editor/0.1.1/features ``` -------------------------------- ### ass-editor Crate Documentation Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc_json Provides access to the ass-editor Rust crate on docs.rs, including its source code, build statuses for different platforms, and available feature flags. This is the primary entry point for understanding the crate's capabilities and integration. ```rust https://docs.rs/crate/ass-editor/0.1.1 https://docs.rs/crate/ass-editor/0.1.1/source/ https://docs.rs/crate/ass-editor/0.1.1/builds https://docs.rs/crate/ass-editor/0.1.1/features ``` -------------------------------- ### Rust Crate Documentation Generation Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091/x86_64-pc-windows-msvc This log entry confirms the successful generation of documentation for the 'ass-editor' crate version 0.1.1. It specifies the build profile and the output directory for the generated HTML files. ```rust Documenting ass-editor v0.1.1 (/opt/rustwide/workdir) Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s Generated /opt/rustwide/target/x86_64-pc-windows-msvc/doc/ass_editor/index.html ``` -------------------------------- ### ass-editor Crate Information Source: https://docs.rs/crate/ass-editor/0.1.1/builds/2385091 Provides links to the ass-editor crate on docs.rs, including its source code, build information for different platforms, and available feature flags. This is the main entry point for understanding the crate's availability and configuration. ```rust Crate: https://docs.rs/crate/ass-editor/0.1.1 Source: https://docs.rs/crate/ass-editor/0.1.1/source/ Builds: https://docs.rs/crate/ass-editor/0.1.1/builds Feature flags: https://docs.rs/crate/ass-editor/0.1.1/features ```