nostrstore-derive 0.1.1

nostrstore is a lightweight, decentralized key-value store designed to work seamlessly with the Nostr protocol
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 4.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 273.21 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • denmeh/nostrstore
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • unldenis

nostrstore

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.

Features

  • Decentralized key-value storage.
  • Seamless integration with the Nostr protocol.
  • Lightweight and easy to use.
  • Supports querying and managing data in a distributed environment.
  • Data encryption using NIP-44 for secure storage and transmission.

Installation

Add the following to your Cargo.toml:

[dependencies]
nostrstore = "0.2.2"

# To use nostrstore-derive macros
nostrstore-derive = "0.1.1"

Example

For a complete example, check out the example.rs file in the repository.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.