I’m working with Tauri Stronghold and would like to implement two commands: one for retrieving a value by its key and another for storing a value associated with a key.
The documentation provides examples of these operations in JavaScript, but I need to accomplish this in Rust. Does anyone know how to achieve this or have any guidance on where to look?