[][src]Crate zoozle

Modules

cont

Functions for containers.

csv

For .csv files.

io

Rust I/O wrappers.

Macros

echo

Print macro like C++ cout.

safe_scan

Scan macro like C++ cin. Ignores whitespace. Never call panic!(). If failed to translate into desired type, the default value will be assigned.

scan

Scan macro like C++ cin. Ignores whitespace.

space_scan

Scan macro like C++ cin. Divided by whitespace.

swap

Simple swap macro. You don't need &mut before variable.

Functions

test_zle