sigaloid / vial

🧪 a micro micro-framework for rust
http://vial.rs
Apache License 2.0
3 stars 0 forks source link

Get rid of unsafes where possible #20

Open sigaloid opened 2 years ago

sigaloid commented 2 years ago

I think it would be as easy as arcing most of the stuff except where mutual exclusion is necessary.

sigaloid commented 2 years ago

okay - not so easy :sweat_smile: