ohmers:Rust的对象哈希映射库

时间:2021-04-30 10:27:51
【文件属性】:
文件名称:ohmers:Rust的对象哈希映射库
文件大小:29KB
文件格式:ZIP
更新时间:2021-04-30 10:27:51
Rust 欧姆 用于在Redis服务器中检索和存储对象的库。 该板条箱称为ohmers ,您可以通过货运依赖它: [ dependencies ] ohmers = " 0.1.0 " 例子 #[macro_use(model, create, insert)] extern crate ohmers; extern crate rustc_serialize; extern crate redis; use ohmers :: * ; model! (Event { indices { name: String = "My Event" . to_string (); }; venue:Reference < Venue> = Reference :: new (); participants:Set < Person> = Set ::
【文件预览】:
ohmers-master
----.gitignore(18B)
----src()
--------encoder.rs(8KB)
--------decoder.rs(8KB)
--------lua.rs(5KB)
--------lib.rs(50KB)
----.travis.yml(1KB)
----LICENSE(1KB)
----Cargo.toml(470B)
----README.md(2KB)
----tests()
--------test_new_macro.rs(520B)
--------test_iter_find.rs(3KB)
--------test_basic.rs(985B)
--------test_collection.rs(2KB)
--------test_sort.rs(3KB)
--------test_iter_all.rs(1KB)
--------test_unique.rs(1KB)
--------test_model_macro.rs(3KB)
--------test_delete.rs(988B)
--------test_counter.rs(2KB)
--------test_numbers.rs(2KB)
--------test_find_macro.rs(3KB)
--------test_set.rs(2KB)
--------test_list.rs(7KB)
--------test_option.rs(1KB)
--------test_reference.rs(3KB)

网友评论