shatter 0.1.2

A fast, zero-copy nostr content parser
Documentation
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
  nativeBuildInputs = [ cargo rustc rustfmt libiconv pkgconfig ];
}