Oddbean new post about | logout
  @fiatjaf  @Alex Gleason

Tauri embed web for mobile app and desktop app using rust.

I would like to suggest bring a nostr plugin in rust for this, exposing for web dev only interfaces equivalent to nostr-tools, so  all communication with relays and encryption things will happen in rust but dev can call it from typescript interface.

https://github.com/tauri-apps/tauri 
 I believe https://github.com/lumehq/lume and https://github.com/lumehq/coop are both using Tauri. 
 Thank you for the references 
 You know if they are using nostr rust package in tauri? Or nostr-tools?  
 You can use https://github.com/rust-nostr/nostr with tauri, it's pretty simple and work like charm