Crate cargo_msrv

Source
Expand description

Documentation can be found on the project README page and in the cargo-msrv book. If you can’t find an answer on your question, feel free to open an issue.

Issues and ideas may be reported via the issue tracker, and questions can be asked on the discussion forum.

The docs focus on how to use cargo-msrv from the command line. If you want to also use it as a library, please feel free to open an issue.

Re-exports§

pub use crate::context::Context;
pub use crate::context::OutputFormat;
pub use crate::context::TracingOptions;
pub use crate::context::TracingTargetOption;
pub use crate::outcome::Compatibility;
pub use crate::sub_command::Find;
pub use crate::sub_command::List;
pub use crate::sub_command::Set;
pub use crate::sub_command::Show;
pub use crate::sub_command::SubCommand;
pub use crate::sub_command::Verify;

Modules§

cli
compatibility
context
The context is the resolved configuration for the current run of cargo-msrv.
dependency_graph
error
exit_code
io
lockfile
log_level
manifest
msrv
outcome
The outcome of a single toolchain check run.
reporter
rust
search_method
sub_command
typed_bool
writer

Macros§

table_settings

Functions§

run_app