diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-07-31 18:01:41 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-07-31 18:12:32 +0200 |
commit | c248c33ac05a44c97c1cee413f13d65bf9c0327d (patch) | |
tree | a941c423ccf0edbaa6fd99390d02a469aab54edf /doc/README.md | |
parent | 71962cee77f28f16611be17a518ffc9e6bbe7860 (diff) | |
download | rules-rust-c248c33ac05a44c97c1cee413f13d65bf9c0327d.tar.gz |
rules-rust: add tutorials to transition and import Cargo-based projects
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index aae3a1d..300e834 100644 --- a/doc/README.md +++ b/doc/README.md @@ -15,3 +15,11 @@ environment. tutorials on how to mix Rust and C. On the one hand, a Rust library is consumed by a C binary, on the other hand, a C library is consumed by a Rust binary. + +- [Number guessing](./number-guessing/README.md), it showcases how to + *transition* a Rust-only Cargo-based project to `Justbuild` using + the script [`just-import-cargo.py`](../bin/just-import-cargo.py). + +- [Number guessing bot](./number-guessing-bot/README.md) demonstrates + how to *import* a Cargo-based repository in another project, written + in C++ in this example.
\ No newline at end of file |