storj-thirdparty / uplink-rust

Rust bindings for libuplink
25 stars 5 forks source link

uplink(fix): Add missing doc unsafe blocks & lint #78

Closed ifraixedes closed 4 months ago

ifraixedes commented 4 months ago

Document unsafe blocks that didn't have a SAFETY documentation and add the Clippy linter rules to detect unsafe undocumented blocks.