Rustr
This crate is a first approach at building simple Rust tools for interacting with the Nostr ecosystem.
Features
- User Key Creation: Generate user keys with ease.
- Object Handling: Create and sign objects to ensure data integrity.
- Relay Connectivity: Connect to Nostr relays to send and receive messages seamlessly.
Installation
Add rustr
to your Cargo.toml
dependencies:
```toml
[dependencies]
rustr = "0.1.0"