Docs.rs
pk2-sync-0.1.0
pk2-sync 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Veykril
Dependencies
pk2 ^0.3.0
normal
pk2 ^0.3.0
dev
Versions
34.12%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate pk2_sync
pk2_
sync
0.1.0
All Items
Crate Items
Re-exports
Modules
Structs
Traits
Crate
pk2_
sync
Copy item path
Source
Re-exports
§
pub use self::sync::
Lock
as SyncLock;
pub use self::unsync::
Lock
as UnsyncLock;
Modules
§
fs
File structs representing file entries inside a pk2 archive.
sync
unsync
Structs
§
Pk2
A Pk2 archive.
Read
Only
An IO wrapper type that only exposes read and seek operations.
Traits
§
Lock
A type that allows mutable access to its inner value via interior mutability.
Lock
Choice
A type that allows choosing between different locking mechanisms for the backing buffer of the pk2 archive.