| Crates.io | nostrstore-derive |
| lib.rs | nostrstore-derive |
| version | 0.1.1 |
| created_at | 2025-05-15 12:45:50.397165+00 |
| updated_at | 2025-05-15 12:49:49.987832+00 |
| description | nostrstore is a lightweight, decentralized key-value store designed to work seamlessly with the Nostr protocol |
| homepage | |
| repository | https://github.com/unldenis/nostrstore |
| max_upload_size | |
| id | 1674913 |
| size | 4,981 |
nostrstore is a lightweight, decentralized key-value store designed to work seamlessly with the Nostr protocol. It provides tools for storing, querying, and managing data in a distributed environment.
Add the following to your Cargo.toml:
[dependencies]
nostrstore = "0.2.2"
# To use nostrstore-derive macros
nostrstore-derive = "0.1.1"
For a complete example, check out the example.rs file in the repository.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.