nostrdb 0.1.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 rustc rustfmt libiconv pkg-config ];

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