rando

Crates.iorando
lib.rsrando
version0.2.0
sourcesrc
created_at2018-01-12 04:33:00.818019
updated_at2018-05-25 23:36:33.859912
descriptionA library for iteration in random order.
homepage
repositoryhttps://github.com/rando-rs/rando.rs
max_upload_size
id46480
size17,697
Crates.io crate owners (github:rando-rs:crates-io-crate-owners)

documentation

README

rando

A Rust library for iteration in random order.

See the documentation on Docs.rs.

This software is licensed under the Apache License, version 2.0.

Building

Most users should use Rust's build tool Cargo to build this software:

$ cargo build
$ cargo check
$ cargo test
$ # Etc.

Users of the Linux distribution NixOS may prefer to use the provided Makefile, which wraps the tool nix-shell:

$ make build
$ make check
$ make test
$ # Etc.
Commit count: 16

cargo fmt