louis030195
how to use deno.json when using deno runtime in rust?
my code: https://github.com/mediar-ai/screenpipe/blob/main/screenpipe-core/src/pipes.rs
i want to stop rewriting node api stuff and just import like in
https://github.com/mediar-ai/screenpipe/pull/462/files
eg
i'm assuming it's possible, any direction to do this appreciated
4 replies
already borrowed: BorrowMutError in deno runtime
/Users/louisbeaumont/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.283.0/runtime/op_driver/futures_unordered_driver.rs:307:22:
already borrowed: BorrowMutError
this is my deno code: https://github.com/mediar-ai/screenpipe/blob/main/screenpipe-core/src/pipes.rs10 replies
Using Deno to build a plugin system in an app (Rust, Tauri)
hi guys, im working on
https://github.com/louis030195/screen-pipe
and explore Deno to allow users to write plugins in JS/TS that would run in the Tauri app in the background
does anyone has resources on how to do this?
1 replies