nostrdb-rs

nostrdb in rust!
git clone git://jb55.com/nostrdb-rs
Log | Files | Refs | Submodules | README | LICENSE

bindings.rs (126B)


      1 #[cfg(target_os = "windows")]
      2 include! {"bindings_win.rs"}
      3 
      4 #[cfg(not(target_os = "windows"))]
      5 include! {"bindings_posix.rs"}