Y
Hacker News
new
|
ask
|
show
|
jobs
by
dfox
2385 days ago
Is there any way to do this the other way around and integrate new rust code into non-trivial C project with non-trivial build system?
1 comments
steveklabnik
2385 days ago
Yep, it sort of looks the same. This is how Rust entered Firefox, for example. The most straightforward way is to call `cargo build` from within whatever build system you're using for C.
link