tocall 0.2.0

This crate tries to provide useful tool modules in a more concise API.
Documentation
1
2
3
4
5
6
//! This crate tries to provide useful tool modules in a more concise API.

#[test]
fn target() {
    println!("这个 crate 尽力以更简洁的 API 提供一些有用的工具模块。");
}