google / fleetspeak-rs

A Fleetspeak connector library for the Rust programming language.
MIT License
7 stars 7 forks source link

Harden against potential safety violation (#4) #5

Closed panhania closed 1 year ago

panhania commented 1 year ago

The fix is not perfect as we cannot guarantee exclusivity. However, the safety preconditions mentioned in the docs for from_raw_* seem to be fulfilled, so at least on this front we are covered.