qwerty

Crates.ioqwerty
lib.rsqwerty
version0.1.0
sourcesrc
created_at2018-07-08 18:31:36.515096
updated_at2018-07-08 18:31:36.515096
descriptionPassword generation library
homepagehttps://gitlab.com/starshell/passport/qwerty
repositoryhttps://gitlab.com/starshell/passport/qwerty
max_upload_size
id73392
size247,661
Derek Goddeau (sevro)

documentation

https://docs.rs/qwerty

README

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.

Commit count: 10

cargo fmt