Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowlicks/corestore
https://github.com/cowlicks/corestore
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cowlicks/corestore
- Owner: cowlicks
- Created: 2024-10-03T17:10:09.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-17T18:57:43.000Z (21 days ago)
- Last Synced: 2024-10-20T02:00:01.065Z (19 days ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
`Corestore` is a way to create and manage collections of related [`Hypercore`s](https://github.com/datrs/hypercore).
Just like [corestore](https://github.com/holepunchto/corestore) but for for Rust.
## TODO
- [x] persisted get/set by key for disk
- [x] get/set for ram
- [x] match JS disk output
- [x] get/set by name for disk
- [x] replication
- [ ] [namespacing](https://github.com/holepunchto/corestore/tree/main?tab=readme-ov-file#const-store--storenamespacename)
- [ ] handle channel & protocol close correctly# Usage
## Releasing
* Releasing run `cargo release ... `