fmmap 0.3.3

A flexible and convenient high-level mmap for zero-copy file I/O.
Documentation
Build #914721 2023-09-18T11:19:08.925444+00:00
# rustc version
rustc 1.74.0-nightly (203c57dbe 2023-09-17)# docs.rs version
docsrs 0.6.0 (b2c47fa7 2023-09-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fmmap-0.3.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fmmap-0.3.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:8d77639b970c52ec67607038b3ec48894629de24504b62a68269497566821cc0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230917-1.74.0-nightly-203c57dbe\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-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] 6f01aff43979552ec813527fc55a36905d9aea51fcc2c6ec6d16d95e2658b6fe
[INFO] running `Command { std: "docker" "start" "-a" "6f01aff43979552ec813527fc55a36905d9aea51fcc2c6ec6d16d95e2658b6fe", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting fmmap v0.3.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `remove` links to private item `EmptyMmapFile`
[INFO] [stderr]     --> src/mmap_file/sync_impl.rs:1439:67
[INFO] [stderr]      |
[INFO] [stderr] 1439 |     /// Remove the underlying file without dropping, leaving an [`EmptyMmapFile`].
[INFO] [stderr]      |                                                                   ^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]      = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `remove` links to private item `AsyncEmptyMmapFile`
[INFO] [stderr]     --> src/mmap_file.rs:2178:17
[INFO] [stderr]      |
[INFO] [stderr] 2178 |                 /// Remove the underlying file without dropping, leaving an [`AsyncEmptyMmapFile`].
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/mmap_file/async_std_impl.rs:22:1
[INFO] [stderr]      |
[INFO] [stderr] 22   | delcare_and_impl_async_mmap_file_mut!("async_std_async", "async_std::task", "async_std");
[INFO] [stderr]      | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              Remove the underlying file without dropping, leaving an [`AsyncEmptyMmapFile`].
[INFO] [stderr]                                                                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]      = note: this warning originates in the macro `delcare_and_impl_async_mmap_file_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `remove` links to private item `AsyncEmptyMmapFile`
[INFO] [stderr]     --> src/mmap_file.rs:2178:17
[INFO] [stderr]      |
[INFO] [stderr] 2178 |                 /// Remove the underlying file without dropping, leaving an [`AsyncEmptyMmapFile`].
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/mmap_file/tokio_impl.rs:23:1
[INFO] [stderr]      |
[INFO] [stderr] 23   | delcare_and_impl_async_mmap_file_mut!("tokio_async", "tokio_test", "tokio");
[INFO] [stderr]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              Remove the underlying file without dropping, leaving an [`AsyncEmptyMmapFile`].
[INFO] [stderr]                                                                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]      = note: this warning originates in the macro `delcare_and_impl_async_mmap_file_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `fmmap` (lib doc) generated 3 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.07s
[INFO] running `Command { std: "docker" "inspect" "6f01aff43979552ec813527fc55a36905d9aea51fcc2c6ec6d16d95e2658b6fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f01aff43979552ec813527fc55a36905d9aea51fcc2c6ec6d16d95e2658b6fe", kill_on_drop: false }`
[INFO] [stdout] 6f01aff43979552ec813527fc55a36905d9aea51fcc2c6ec6d16d95e2658b6fe