Conversation

Jarkko Sakkinen

What is a good strategy when having a C project and you'd want to start converting subportions of it to Rust? The project in question uses just plain makefiles and glibc.

Looking for some idiomatic patterns if such have been invented and documented.

#rustlang #posix
1
0
0

@jarkko Maybe this helps? https://adventures.michaelfbryan.com/posts/how-to-riir/ The build system is replaced by cargo's build script. Then the C-code is replaced step by step.

1
0
1
@boxdot hey thanks! it does look promising 🙂
0
0
0