shatter

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

shell.nix (121B)


      1 { pkgs ? import <nixpkgs> {} }:
      2 with pkgs;
      3 mkShell {
      4   nativeBuildInputs = [ cargo rustc rustfmt libiconv pkgconfig ];
      5 }