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'm looking for some examples, or some documentation, on how to use this crate.
Ultimately, what I would like to do, is read in a file .c and call some of the functions defined in the file. I'm hoping that this crate can help with that.
The text was updated successfully, but these errors were encountered:
I'm sorry. If you had taken a quick look at the code, you would know that this project is currently in a very early stage and might not be suitable. It doesn't have the form of a library (no public API, only executable), and all errors are covered with panic!.
@omarandlorraine
For sure, I'll accept it.
FYI, are you trying to use this like an embedded language (without a linker from native compiled obj)?
If a linker is required, I have no plans to implemen in my crate.
I'm looking for some examples, or some documentation, on how to use this crate.
Ultimately, what I would like to do, is read in a file .c and call some of the functions defined in the file. I'm hoping that this crate can help with that.
The text was updated successfully, but these errors were encountered: