ohmers: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 = Reference :: new (); participants:Set = Set ::
文件列表
ohmers-master.zip
(预估有个25文件)
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
暂无评论