Is it possible to have both C and Rust code in a single library (either static or dynamic)? Obviously you can in an executable, but in a lib?
10
4
Imagine doing something like this: blog.asleson.org/2021/02/23/โฆ but then using the `cc` crate to include some C code as well in your library.
Aug 2, 2022 ยท 9:31 AM UTC
2

