Does 'rinf' crate has unsafe rust code inside it or is it using safe rust? #324
Unanswered
Regular-Tech-Guy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Rinf is perfectly safe to use in Flutter app projects. Firstly, it minimizes the use of unsafe code blocks, which are only used for receiving binary messages from Dart. Rinf also includes mechanisms to gracefully shut down the app and print the output in debugging mode. Additionally, GitHub CI ensures that the entire process happens seamlessly. We should also mention that the initial setup and development experience are carefully structured. Copied from this link: https://www.reddit.com/r/rust/comments/1cuep2n/what_are_your_thoughts_on_rinf_crate_how_safe_is/?rdt=51804&onetap_auto=true&one_tap=true |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to rust and I heard about safe and unsafe rust code. So i just want to know the type of code present in rinf crate before I start using it inside my projects.
Beta Was this translation helpful? Give feedback.
All reactions