https://github.com/bartlomieju/rusty_buntdb
A Rust port of BuntDB
https://github.com/bartlomieju/rusty_buntdb
btree btree-indexes geospatial rust
Last synced: 28 days ago
JSON representation
A Rust port of BuntDB
- Host: GitHub
- URL: https://github.com/bartlomieju/rusty_buntdb
- Owner: bartlomieju
- License: mit
- Created: 2021-07-19T13:25:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T23:57:42.000Z (almost 4 years ago)
- Last Synced: 2025-05-03T05:03:29.532Z (about 1 month ago)
- Topics: btree, btree-indexes, geospatial, rust
- Language: Rust
- Homepage:
- Size: 209 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a Rust port of fantasitc [`BuntDB`](https://github.com/tidwall/buntdb) project by [Josh Baker](https://github.com/tidwall).
Big parts of this project are taken directly from `BuntDB` including API surface and API documentation.
Contributions are welcome and enouraged! Please see "Issues" for ideas for contributions.