Module onigiri::tools[][src]

onigiri::tools contains some tools of handling chars.

Structs

Vvc

Functions

cast

This function can cast from Vec<char> to some types.

chars_to_string

Convert from Vec<char> to String.

create_vvchar

This function convert from String to Vec<Vec<char>>.