Skip to content

Commit

Permalink
doc: more info
Browse files Browse the repository at this point in the history
  • Loading branch information
iujakchu committed Jun 2, 2022
1 parent 93ec92d commit 2d60b3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# modern cpp with rust
## Try to find a way to call rust from within cpp side.
There are some tools I have used.
* linker: [mold](https://github.com/rui314/mold)
* build system: [xmake](https://github.com/xmake-io/xmake)
Expand All @@ -12,10 +13,12 @@ cd back
cargo build --release
cd ..
xmake
xmake run
```
# TODO
- [x] LTO/IPO support
- [ ] CI/CD
- [x] CI/CD
- [x] Dockerfile
# Credits
* This project is almost a fork of [cxx-cmake-example](https://github.com/XiangpengHao/cxx-cmake-example) .
* [lto](https://blog.llvm.org/2019/09/closing-gap-cross-language-lto-between.html)

0 comments on commit 2d60b3f

Please sign in to comment.