shatter

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

commit 89e5ab4cb71fb8d57c383d964b7434fafc46a97f
parent d7892fdcdb2ed5003735d7c2ba218267a9ca65af
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  6 Jul 2023 23:22:39 -0700

v0.1.2

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shatter" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["William Casarin <jb55@jb55.com>"] license = "MIT"