# secure-editor-rs Secure Editor written in Rust Programming Language. ## Preparation ```shell cargo install create-tauri-app --locked ``` ## Build ### Development Build ```shell just dev ``` ### Release Build ```shell just build ``` ## Usage Command line: ```shell secure-editor-rs ``` > `` is always `aes-256-gcm`
> Exit `0` when success, otherwise return none `0` Export: ```shell export SECURE_EDITOR=/REAL-PATH/secure-editor-rs ```