An open API service indexing awesome lists of open source software.

https://github.com/brucewind/rustpractice


https://github.com/brucewind/rustpractice

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# RustPractice

A repo, used for learning and practice.

## Some examples exhibited in this repo:
1. hide your secret strings or keys for decompiling.

# Run
### requirements in advance of running.
1. export LITCRYPT_ENCRYPT_KEY="brucewind20230000"
2. cargo build
3. cargo run

## In addition

1. prefer to run with Clion?
open this project in Clion, and **add configrations** at top of screen,
and then write `command ``run --package RustPractice --bin RustPractice` into command
input box.