1. 首页
  2. 数据库
  3. 其它
  4. ohmers:Rust的对象哈希映射库 源码

ohmers:Rust的对象哈希映射库 源码

上传者: 2021-04-30 10:51:51上传 ZIP文件 29.36KB 热度 18次
欧姆 用于在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 ::
用户评论