Docs.rs
packman-0.1.2
packman 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mezeipetister
Dependencies
bincode ^1.3.1
normal
chrono ^0.4.0
normal
crc32fast ^1.2.0
normal
nanoid ^0.3.0
normal
serde ^1.0
normal
serde_yaml ^0.8
normal
rand ^0.7.2
dev
Versions
39.77%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
packman
0.1.2
All Items
Crate Items
Modules
Structs
Enums
Traits
Type Aliases
Crate
packman
Copy item path
Source
Modules
§
fs
Structs
§
NOTHING
Pack
Pack
Small FS layer around type T Pack is responsible to sync T to the filesystem.
Pack
Guard
PackGuard<’a, T> Small mutable guard around type T that implements Drop trait, and save T to the filesystem when PackGuard is dropped.
VecPack
VecPack
Small FS layer around a Vec<Pack
> The naming could be confusing a bit, as VecPack
is rather FSLayer<Vec<Pack
>>, but maybe this could be too long and unnecessary. So VecPack
behaves as a special Vec<Pack
>.
VecPack
Iter
Mut
Enums
§
Pack
Error
Pack Error type For internal use
Traits
§
TryFrom
VecPack
Member
This trait defines the requirements to be a member of a VecPack
Type Aliases
§
Pack
Result
PackResult