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 ::
用户评论