shatter

A fast, zero-copy nostr content parser in Rust
git clone git://jb55.com/shatter
Log | Files | Refs | README

commit 50dd20e5e56059a1c7595cb107d0482098fac2b1
parent 29227d972108ce0006e5fb9d35e7030a74226d0f
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  3 Jul 2023 10:32:31 -0700

package: add description

Diffstat:
MCargo.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["William Casarin <jb55@jb55.com>"] license = "MIT" +description = "A fast, zero-copy nostr content parser" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html