Crates.io | secret |
lib.rs | secret |
version | 0.2.0 |
source | src |
created_at | 2015-07-19 17:38:12.725517 |
updated_at | 2015-12-11 23:55:55.315022 |
description | Libsecret bindings for Rust |
homepage | |
repository | https://github.com/nicokoch/secret-rs |
max_upload_size | |
id | 2633 |
size | 32,366 |
Rust bindings for libsecret.
I am happy about any type of contribution!
To use this library in your project, add the following to your Cargo.toml:
[dependencies]
secret = "*"
or
[dependencies.secret]
git = "https://github.com/nicokoch/secret-rs/"
Documentation can be found here
A lot of features from libsecret are missing, so feel free to send me a pull request if you need a certain feature.
##Todos