captcha 1.0.0

Library for generating CAPTCHAs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Building a Release

If not logged in at crates.io yet:

    cargo login

Run some tests:

    cargo build --release
    cargo example --release captcha

Perform the following steps:

* Version in Cargo.toml
* ChangeLog 
* Push all changed
* Create a release on GitHub
* Publish to crates.io via `cargo publish` [details]https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html