Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 648 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 648 Bytes

arustylock

This is a password manager that I am making just for learning both how password managers and Rust work.

This app is based off example code from this repository.

Installation

Ensure that you have Rust installed

Clone the repository with whichever method you prefer.

Navigate to the directory to where the repository was cloned and run cargo run in the terminal.

Contribution

Contributions are always welcome so feel free to make a pull request at any time. There's a high likelihood that you can improve something