Docs.rs
notmuch-tagrewriter-0.1.0
notmuch-tagrewriter 0.1.0
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
xaltsc
Dependencies
clap ^4.5.40
normal
colog ^1.3.0
normal
derive_more ^2.0.0
normal
directories ^6.0.0
normal
either ^1.15.0
normal
graph-cycles ^0.3.0
normal
itertools ^0.14.0
normal
log ^0.4.22
normal
notmuch ^0.8.0
normal
peg ^0.8.4
normal
petgraph ^0.8.0
normal
serde ^1.0.217
normal
serde_with ^3.12.0
normal
serde_yml ^0.0.12
normal
Versions
31.58%
of the crate is documented
Platform
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
Skip to main content
Files
nm_tagrewriter/
mod.rs
1
mod
common;
2
pub mod
config;
3
mod
dnf;
4
pub mod
graph;
5
mod
parser;
6
mod
state;