Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 703 Bytes

readme.md

File metadata and controls

21 lines (20 loc) · 703 Bytes

modern cpp with rust

There are some tools I have used.

  • linker: mold
  • build system: xmake
  • compile toolchain: clang-13
  • rustc: 1.59.0(you have to use specific version for compatibility with clang)
  • interoperation: cxx

Run

cd back
cargo build --release
cd ..
xmake 

TODO

  • LTO/IPO support
  • CI/CD

Credits