You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on a decently large C/C++ code base, and finding creative ways to do some of the things showcased in this repository is a big part of my day-to-day job. Seeing that it's possible to achieve them in a memory-safe way fills me with joy, and i would really like to introduce Rust at my workplace, so could you please export some of the functionality in a C-consumable way for easier adoption?
I'm mostly interested in null_mut for now.
The text was updated successfully, but these errors were encountered:
Hi!
I work on a decently large C/C++ code base, and finding creative ways to do some of the things showcased in this repository is a big part of my day-to-day job. Seeing that it's possible to achieve them in a memory-safe way fills me with joy, and i would really like to introduce Rust at my workplace, so could you please export some of the functionality in a C-consumable way for easier adoption?
I'm mostly interested in
null_mut
for now.The text was updated successfully, but these errors were encountered: