passwors 0.1.1

Passwors is a simple password handling library that utilises Rust's type system to enfore better password handling. Use it as a basic building block for more complex authentication systems.
Build #29598 2016-08-30T11:23:36.216661+00:00
# rustc version
rustc 1.13.0-nightly (e9bc1bac8 2016-08-24)
# docs.rs version
cratesfyi 0.2.0 (fb1be72 2016-08-29)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading passwors v0.1.1
Downloading argon2rs v0.2.5
Downloading blake2-rfc v0.2.17
Downloading constant_time_eq v0.1.2
Compiling constant_time_eq v0.1.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/constant_time_eq-0.1.2/src/lib.rs --crate-name constant_time_eq --crate-type lib -g -C metadata=93df6e00af7d0471 -C extra-filename=-93df6e00af7d0471 --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Compiling serde_macros v0.8.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde_macros-0.8.4/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/passwors-0.1.1/debug/build/serde_macros-13e33f80f283c514 --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Compiling aster v0.25.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.25.0/src/lib.rs --crate-name aster --crate-type lib -g -C metadata=33c05ffa9f1615ee -C extra-filename=-33c05ffa9f1615ee --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Compiling quasi v0.18.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.18.0/src/lib.rs --crate-name quasi --crate-type lib -g -C metadata=aa671e6017800ad3 -C extra-filename=-aa671e6017800ad3 --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Compiling serde_codegen_internals v0.7.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.7.0/src/lib.rs --crate-name serde_codegen_internals --crate-type lib -g -C metadata=cae92c8938417d0d -C extra-filename=-cae92c8938417d0d --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Compiling serde v0.8.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.4/src/lib.rs --crate-name serde --crate-type lib -g --cfg feature=\"std\" --cfg feature=\"default\" -C metadata=a2e916acc0a4ff98 -C extra-filename=-a2e916acc0a4ff98 --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Compiling scoped_threadpool v0.1.7
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/scoped_threadpool-0.1.7/src/lib.rs --crate-name scoped_threadpool --crate-type lib -g -C metadata=c9a9d52c8af25eca -C extra-filename=-c9a9d52c8af25eca --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Compiling blake2-rfc v0.2.17
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/blake2-rfc-0.2.17/src/lib.rs --crate-name blake2_rfc --crate-type lib -g --cfg feature=\"simd_asm\" --cfg feature=\"simd_opt\" --cfg feature=\"simd\" -C metadata=d3ea53e28958e0f7 -C extra-filename=-d3ea53e28958e0f7 --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --extern constant_time_eq=/home/cratesfyi/passwors-0.1.1/debug/deps/libconstant_time_eq-93df6e00af7d0471.rlib --cap-lints allow`
Running `/home/cratesfyi/passwors-0.1.1/debug/build/serde_macros-13e33f80f283c514/build-script-build`
Compiling serde_codegen v0.8.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.4/build.rs --crate-name build_script_build --crate-type bin -g --cfg feature=\"unstable\" --cfg feature=\"quasi_macros\" --out-dir /home/cratesfyi/passwors-0.1.1/debug/build/serde_codegen-60af3d7f9579a843 --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --cap-lints allow`
Running `/home/cratesfyi/passwors-0.1.1/debug/build/serde_codegen-60af3d7f9579a843/build-script-build`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --extern libc=/home/cratesfyi/passwors-0.1.1/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow`
Compiling argon2rs v0.2.5
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/argon2rs-0.2.5/src/lib.rs --crate-name argon2rs --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"blake2-rfc\" --cfg feature=\"simd\" -C metadata=b563550de927c57f -C extra-filename=-b563550de927c57f --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --extern blake2_rfc=/home/cratesfyi/passwors-0.1.1/debug/deps/libblake2_rfc-d3ea53e28958e0f7.rlib --extern scoped_threadpool=/home/cratesfyi/passwors-0.1.1/debug/deps/libscoped_threadpool-c9a9d52c8af25eca.rlib --cap-lints allow`
Compiling quasi_codegen v0.18.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi_codegen-0.18.0/src/lib.rs --crate-name quasi_codegen --crate-type lib -g -C metadata=49ab227d032eaa79 -C extra-filename=-49ab227d032eaa79 --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --extern aster=/home/cratesfyi/passwors-0.1.1/debug/deps/libaster-33c05ffa9f1615ee.rlib --cap-lints allow`
Compiling quasi_macros v0.18.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi_macros-0.18.0/src/lib.rs --crate-name quasi_macros --crate-type dylib -C prefer-dynamic -g -C metadata=3a89469b76cf4e8e -C extra-filename=-3a89469b76cf4e8e --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --extern quasi_codegen=/home/cratesfyi/passwors-0.1.1/debug/deps/libquasi_codegen-49ab227d032eaa79.rlib --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.4/src/lib.rs --crate-name serde_codegen --crate-type lib -g --cfg feature=\"unstable\" --cfg feature=\"quasi_macros\" -C metadata=a8ad99c3ca38597e -C extra-filename=-a8ad99c3ca38597e --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --extern aster=/home/cratesfyi/passwors-0.1.1/debug/deps/libaster-33c05ffa9f1615ee.rlib --extern quasi=/home/cratesfyi/passwors-0.1.1/debug/deps/libquasi-aa671e6017800ad3.rlib --extern quasi_macros=/home/cratesfyi/passwors-0.1.1/debug/deps/libquasi_macros-3a89469b76cf4e8e.so --extern serde_codegen_internals=/home/cratesfyi/passwors-0.1.1/debug/deps/libserde_codegen_internals-cae92c8938417d0d.rlib --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde_macros-0.8.4/src/lib.rs --crate-name serde_macros --crate-type dylib -C prefer-dynamic -g -C metadata=29f59e7cd217a7e6 -C extra-filename=-29f59e7cd217a7e6 --out-dir /home/cratesfyi/passwors-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --extern serde_codegen=/home/cratesfyi/passwors-0.1.1/debug/deps/libserde_codegen-a8ad99c3ca38597e.rlib --cap-lints allow`
Documenting passwors v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/passwors-0.1.1/src/lib.rs --crate-name passwors -o /home/cratesfyi/passwors-0.1.1/doc --cfg feature=\"serde_macros\" --cfg feature=\"serde\" --cfg feature=\"default\" --cfg feature=\"argon2rs\" -L dependency=/home/cratesfyi/passwors-0.1.1/debug -L dependency=/home/cratesfyi/passwors-0.1.1/debug/deps --extern serde=/home/cratesfyi/passwors-0.1.1/debug/deps/libserde-a2e916acc0a4ff98.rlib --extern argon2rs=/home/cratesfyi/passwors-0.1.1/debug/deps/libargon2rs-b563550de927c57f.rlib --extern rand=/home/cratesfyi/passwors-0.1.1/debug/deps/librand-49a08859d086fffe.rlib --extern serde_macros=/home/cratesfyi/passwors-0.1.1/debug/deps/libserde_macros-29f59e7cd217a7e6.so`