ys_simple_db

Crates.ioys_simple_db
lib.rsys_simple_db
version0.1.2
sourcesrc
created_at2022-11-29 09:08:25.048919
updated_at2022-12-08 05:45:07.536827
descriptionA simple DB wrapping a HashMap
homepage
repositoryhttps://github.com/YoshizawaShogo/simple_csv
max_upload_size
id725231
size18,605
(YoshizawaShogo)

documentation

README

概要 Abstruct

HashMapをラッピングしたシンプルなDB。 A simple DB wrapping a HashMap.

利用方法 Usage

Add this to your 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

Licensed under either of

at your option.

Contribution

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.

Commit count: 8

cargo fmt