Crates.io | ys_simple_db |
lib.rs | ys_simple_db |
version | 0.1.2 |
source | src |
created_at | 2022-11-29 09:08:25.048919 |
updated_at | 2022-12-08 05:45:07.536827 |
description | A simple DB wrapping a HashMap |
homepage | |
repository | https://github.com/YoshizawaShogo/simple_csv |
max_upload_size | |
id | 725231 |
size | 18,605 |
HashMapをラッピングしたシンプルなDB。 A simple DB wrapping a HashMap.
Add this to your Cargo.toml
:
[dependencies]
ys_simple_db = "0.1"
$ git clone https://github.com/YoshizawaShogo/simple_db.git
$ cd simple_db
$ cargo run --example example --release
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.