rust-keylock-shell is the Editor that manages the rust-keylock-lib via the shell.
Provided that Rust and Cargo are installed, simply issue
shell
cargo install rust_keylock_shell
Run the application:
$ rust-keylock
Install Rust
Clone the code: ```shell mkdir tmp cd tmp git clone https://github.com/rust-keylock/rust-keylock-shell.git
```
Build:
shell
cd rust-keylock-shell
cargo build --release
Run:
shell
./target/release/rust_keylock`