1个不稳定版本
0.1.1 | 2024年6月30日 |
---|---|
0.1.0 |
|
#3 in #im
14KB
435 代码行,不包括注释
✨im_utils.rs✨
📑使用方法📑
通过cargo add im_utils
获取此crate。
use im_utils::*; // just use them all.
use im::Vector;
let im_v: Vector<i32> = Vector::new().to_pushed_back(12);
assert_eq!(Vector::from_iter([12]), im_v);
⚖️许可证⚖️
im_utils
受Mozilla公共许可证(版本2.0)许可。
依赖项
~1.5MB
~36K SLoC