nostrdb 0.8.0

An unfairly fast embedded nostr database backed by lmdb
Documentation
1
2
3
4
5
6
7
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
  nativeBuildInputs = [ rustPlatform.bindgenHook cargo clippy rustc rustfmt libiconv pkg-config valgrind gdb ];

  LIBCLANG_PATH="${pkgs.llvmPackages.libclang.lib}/lib";
}