docs.rs failed to build yagii-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
YAGII
YAGII stands for Yet Another Github style Identicon Implementation and is pronounced [jɐɣi].
YAGII can be build with nightly rustc only for now.
Usage
// If you use Rust edition 2015 you need to write `extern crate`.
// extern crate yagii;
use ;
// Chunk is 70 pixel square.
let chunk_config = Square;
// 5 chunks square.
let dimensions = Dimensions;
let image = generate_identicon;
assert!;
License
MIT License.