1 unstable release

Uses old Rust 2015

0.1.0 Jul 8, 2018

#925 in Authentication

MPL-2.0 license

230KB
9K SLoC

Qwerty

Crates.io Crates.io license Coverage Status

Linux: Build status Windows: Build status

 


Qwerty IS NOT READY TO BE USED FOR SECURE GENERATION OF PASSWORDS.


 

A password generation library.

Usage

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.

Example

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.

Contributing

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.

License

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.

Dependencies

~0.4–1.5MB
~37K SLoC