cargo-msrv 0.18.0

Find your minimum supported Rust version (MSRV)!
1
2
3
4
//! Event context which is shared between several events

/// Reports whether a given Rust toolchain is compatible with the given crate.
pub mod compatibility;