twilight-model 0.5.0

Discord API models for the Twilight ecosystem.
Documentation
1
2
3
4
#[allow(clippy::trivially_copy_pass_by_ref)]
pub fn is_false(value: &bool) -> bool {
    !value
}