Docs.rs
gitar-0.1.1
gitar 0.1.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
thfm
Dependencies
anyhow ^1.0
normal
arrayvec ^0.5
normal
minstrel ^0.3
normal
nom ^5.1
normal
structopt ^0.3
normal
strum ^0.18
normal
strum_macros ^0.18
normal
Versions
83.33%
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
Skip to main content
Files
gitar/
lib.rs
1
#[warn(missing_docs)]
2
mod
guitar;
3
mod
luthier;
4
5
pub use
guitar::
*
;
6
pub use
luthier::
*
;