WebThingsIO / webthing-rust

Rust implementation of a Web Thing server
Mozilla Public License 2.0
211 stars 25 forks source link

Remove unsafe from start function #68

Closed arpad-m closed 2 years ago

arpad-m commented 2 years ago

(For the record: you can create a needed static reference using the Box::leak function)