To build this project you will need to install nightly rust
Target's linkers are mentioned in config.toml:
- Windows - x86_64-w64-mingw32-gcc
- Linux - lld
To build use:
cargo build
To specify target platform:
cargo build --target x86_64-pc-windows-gnu
To get optimized release version:
cargo build --release