nostr-nostd

Crates.ionostr-nostd
lib.rsnostr-nostd
version0.2.1
sourcesrc
created_at2023-07-15 20:59:27.055392
updated_at2023-08-15 15:34:23.942777
descriptionImplementation of a nostr client in a ![no_std] environment
homepage
repositoryhttps://github.com/isaac-asdf/nostr-nostd
max_upload_size
id917425
size75,063
(isaac-asdf)

documentation

https://docs.rs/nostr-nostd

README

About

crate Docs Build Status

This is a nostr library written to support development of nostr clients running in an environment without the standard environment. A demo project can be seen here.

Implemented

  • Kinds implemented
    • ShortNote, 1
    • DMs, 4
    • Auth, 22242
    • IOT, 5732
  • Tags on notes, limit of 5

Future improvements

  • Support more note kinds
  • Investigate GenericArray to make length of content able to be larger without always filling memory
Commit count: 32

cargo fmt