4个版本 (2个破坏性更新)
0.3.1 | 2021年3月24日 |
---|---|
0.3.0 | 2021年3月23日 |
0.2.0 | 2021年3月23日 |
0.1.0 | 2021年2月27日 |
2659 在 数据库接口
7KB
133 代码行
csv文件中进行键值查询的引擎
示例
let opts = EngineOptions::default();
let mut engine: Engine<String, YourType> = Engine::from_file_with_opts("file.csv", YourType::make_key, opts).unwrap();
let value = engine.get_from_file("key");
println!("{:?}", value);
lib.rs
:
从大文件中查询csv行
依赖
~1.2–1.7MB
~21K SLoC