Crate ognlib

Source
Expand description

§ognlib

This is a code that I wrote to practice Rust. There is a big chance that there is some more efficient code already in Crates.io. Nevertheless, with this code I can better learn Rust and features it has.

Modules§

algorithm
num

Macros§

dec
Translate Radix or StringRadix, integer or String number from given base into a usize dec number.
read
Read a line from stdin and parse it to a certain type.
read_str
Read a String from stdin and trim it.
read_vec
Read a line from stdin and parse it to a Vec.