sus

Crates.iosus
lib.rssus
version0.1.1
sourcesrc
created_at2022-01-06 03:14:36.26148
updated_at2022-01-06 03:17:16.403534
descriptionA declarative macro that wraps any input with an unsafe block.
homepage
repository
max_upload_size
id508774
size4,637
mike (ramirezmike)

documentation

README

githubcrates-iodocs-rs

sus - (an alternative to unsafe)

A macro that is useful when you want to give the impression that a block of code is questionable, dishonest or suspicious.

Usage Example

unsafe fn dangerous() {}

fn main() {
    sus! {
        dangerous()
    }
}
Commit count: 0

cargo fmt