florianschieder / rugby

Using Rust libraries within Python projects
GNU General Public License v3.0
0 stars 0 forks source link

100% Safety? #9

Open florianschieder opened 7 months ago

florianschieder commented 7 months ago

crates/rugby-greet/src/lib.rs contains unsafe blocks. We should think about attaining 0% unsafe Rust code and solve deallocations at C/C++ level. If 100% safety is impossible due to pointer or e.g. .to_raw() invocations, we should try to have safe function signatures in the end to simplify #8.