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.
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.