Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Oct 28, 2023
1 parent 2799d03 commit 9e6618b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,24 @@ The project is split up into several crates in the `crates/` directory:
**nostr** and **nostr-sdk** crates can be embedded inside other environments, like Swift, Kotlin, Python and JavaScript.
Please, explore the [`bindings/`](./bindings/) directory to learn more.

#### Available packages
### Embedded

**nostr** crate can be used in [`no_std`](https://docs.rust-embedded.org/book/intro/no-std.html) environments.
Check the example in the [`embedded/`](./crates/nostr/examples/embedded/) directory.

### Available packages

* **nostr**:
* Rust: https://crates.io/crates/nostr
* Python: https://pypi.org/project/nostr-protocol
* Kotlin: [`io.github.rust-nostr:nostr`](https://central.sonatype.com/artifact/io.github.rust-nostr/nostr/)
* Swift: https://github.com/rust-nostr/nostr-swift
* Python: https://pypi.org/project/nostr-protocol
* JavaScript: https://www.npmjs.com/package/@rust-nostr/nostr
* **nostr-sdk**:
* Rust: https://crates.io/crates/nostr-sdk
* Python: https://pypi.org/project/nostr-sdk
* Kotlin: [`io.github.rust-nostr:nostr-sdk`](https://central.sonatype.com/artifact/io.github.rust-nostr/nostr-sdk/)
* Swift: https://github.com/rust-nostr/nostr-sdk-swift
* Python: https://pypi.org/project/nostr-sdk
* JavaScript: TODO

## Minimum Supported Rust Version (MSRV)
Expand Down

0 comments on commit 9e6618b

Please sign in to comment.