Secret Service Rust library.
Interfaces with the Linux Secret Service API through dbus.
This library is feature complete but still in experimental stage.
This library currently relies on cutting-edge dbus
crate because of bugfix.
Requires dbus development library installed.
On ubuntu, requires libdbus-1-dev and libgmp-dev.
map_err(|_| SsError::Parse)
for inner()
? can't try!
because inner()
doesn't return an Error type in the Result. Or just unwrap()
?Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.