3 个版本
0.1.2 | 2022 年 12 月 8 日 |
---|---|
0.1.1 | 2022 年 12 月 2 日 |
0.1.0 | 2022 年 11 月 29 日 |
16 在 #wrapping
8KB
92 行(不含注释)
摘要 Abstract
封装 HashMap 的简单 DB。A simple DB wrapping a HashMap.
用法 Usage
在您的 Cargo.toml
中添加以下内容
[dependencies]
ys_simple_db = "0.1"
示例 Example
$ git clone https://github.com/YoshizawaShogo/simple_db.git
$ cd simple_db
$ cargo run --example example --release
许可协议 License
许可协议为以下之一
- Apache 许可协议 2.0 (LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可协议 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献 Contribution
除非您明确声明,否则根据 Apache-2.0 许可协议定义,您有意提交给作品的所有贡献都将按照上述方式双许可,不附加任何额外条款或条件。