Crate pk2_sync

Crate pk2_sync 

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.
ReadOnly
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.
LockChoice
A type that allows choosing between different locking mechanisms for the backing buffer of the pk2 archive.