Docs.rs
prs-lib-0.5.0
prs-lib 0.5.0
Docs.rs crate page
LGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
timvisee
Dependencies
anyhow ^1.0
normal
fs_extra ^1.2
normal
git-state ^0.1
normal
gpgme ^0.11
normal
lazy_static ^1.4
normal
regex ^1.7
normal
secstr ^0.5
normal
shellexpand ^3.0
normal
shlex ^1.1
normal
thiserror ^1.0
normal
version-compare ^0.1
normal
walkdir ^2.3
normal
which ^4.3
normal
zeroize ^1.5
normal
quickcheck ^1.0
dev
quickcheck_macros ^1.0
dev
nix ^0.26
normal
ofiles ^0.2
normal
Versions
78.42%
of the crate is documented
Go to latest version
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
?
1
2
3
4
//! Crypto backend using GPGME for GPG.
pub mod
context;
pub mod
raw;