Docs.rs
yama-0.4.0
yama 0.4.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
reivilibre
Dependencies
anyhow ^1.0
normal
blake ^2.0.0
normal
byteorder ^1
normal
chrono ^0.4.19
normal
clap ^3.0.0-beta.2
normal
crossbeam-channel ^0.4
normal
crossbeam-utils ^0.8.1
normal
env_logger ^0.7.1
normal
fastcdc ^1.0.2
normal
glob ^0.3.0
normal
indicatif ^0.14.0
normal
itertools ^0.9.0
normal
log ^0.4
normal
nix ^0.17.0
normal
num_cpus ^1
normal
rayon ^1.5.0
normal
rusqlite ^0.24.2
normal
rustyline ^7.1.0
normal
serde ^1.0.104
normal
serde_bare ^0.3.0
normal
sled ^0.34.6
normal
sodiumoxide ^0.2.6
normal
sshish ^0.1.0
normal
thiserror ^1.0
normal
toml ^0.5.5
normal
twox-hash ^1.5.0
normal
users ^0.9.1
normal
zstd ^0.6.0
normal
temp-dir ^0.1.11
dev
Versions
9.43%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
yama
0.4.0
Module tree
Module Items
Functions
In crate yama
yama
Module
tree
Copy item path
Source
Functions
§
create_
uidgid_
lookup_
tables
Given a node, recursively constructs a UID and GID lookup table based on THIS system’s users and groups.
differentiate_
node_
in_
place
integrate_
node_
in_
place
old
must be an integrated pointer.
merge_
uid_
or_
gid_
tables
Accepts a target UID/GID map and a source UID/GID map. Merges source into target. Returns true if everything is OK, false if there is a warning (overlap!). In the event of an overlap, the pre-existing entry wins.
mtime_
msec
Given a file’s metadata, returns the mtime in milliseconds.
scan
Scan the filesystem to produce a Tree, using a default progress bar.
scan_
with_
progress_
bar
Scan the filesystem to produce a Tree, using the specified progress bar.