| Crates.io | qwerty |
| lib.rs | qwerty |
| version | 0.1.0 |
| created_at | 2018-07-08 18:31:36.515096+00 |
| updated_at | 2018-07-08 18:31:36.515096+00 |
| description | Password generation library |
| homepage | https://gitlab.com/starshell/passport/qwerty |
| repository | https://gitlab.com/starshell/passport/qwerty |
| max_upload_size | |
| id | 73392 |
| size | 247,661 |
Qwerty IS NOT READY TO BE USED FOR SECURE GENERATION OF PASSWORDS.
A password generation library.
Add qwerty as a dependency in your Cargo.toml to use from crates.io:
[dependencies]
qwerty = "0.1.0"
Then add extern crate qwerty; to your crate root and run cargo build or cargo update && cargo build for your project. Documentation for all releases can be found on docs.rs.
extern crate qwerty;
Examples can also be ran directly:
$ cargo run --example some_example
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target/debug/examples/some_example`
See examples for more.
The project is mirrored to GitHub, but all development is done on GitLab. Please use the GitLab issue tracker. Don't have a GitLab account? Just email incoming+starshell/passport/qwerty@gitlab.com and those emails automatically become issues (with the comments becoming the email conversation).
To contribute to qwerty, please see CONTRIBUTING.
Qwerty is distributed under the terms of the MPL 2.0 license. If this does not suit your needs for some reason please feel free to contact me, or open an issue.
See LICENSE.