Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cowlicks/corestore


https://github.com/cowlicks/corestore

Last synced: about 17 hours ago
JSON representation

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 ... `