created example lib for sake of testing

This commit is contained in:
2025-02-20 15:52:42 +00:00
parent 76f070af8b
commit 294e6f0e33
12 changed files with 288 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
#usage
### Requirements
- Latest rust nightly release
> rustup update
> rustup override set nightly
- Specific rustup components that can be installed with the following commands:
> rustup component add rust-src
> rustup component add llvm-tools-preview
### Building
run the following command (in the root directory of the project)
> ./run.sh