cargo-msrv 0.19.2

Find your minimum supported Rust version (MSRV)!
Documentation
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;