- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/IFTTT/kashmir
- 软件文档: https://github.com/IFTTT/kashmir
软件介绍
Kashmir 是一个 Ruby DSL,轻松搞定缓存和序列化。
示例代码:
class Person include Kashmir def initialize(name, age) @name = name @age = age end representations do rep :name rep :age end end
