Crate rustils [] [src]

Usage

This crate is on crates.io and can be used by adding rustils to your dependencies in your project's Cargo.toml.

[dependencies]
rustils = "0.0.8"

and this to your crate root:

extern crate rustils;

Modules

parse
random
sorting

Macros

and
or
xor

Enums

ArithmeticError
ParseError
RoundingMode
SortingAlgorithmn

Traits

ArrayUtils
StringUtils