iroha-internal-0.1.1 doesn't have any documentation.
Iroha
Iroha is a tokenization Library for Rust.
Usage
Iroha provide derive macro iroha::ToTokens.
Derived struct or enum will be implemented quote::ToTokens.
use ToTokens;
use TokenStream;
use quote;
Supported Type
- Any types witch implemented
quote::ToTokens StringVec,HashMap,HashSetResult,Option