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
contextis the resolved configuration for the current run ofcargo-msrv. - dependency_
graph - error
- exit_
code - io
- lockfile
- log_
level - manifest
- msrv
- outcome
- The outcome of a single toolchain
checkrun. - reporter
- rust
- search_
method - sub_
command - typed_
bool - writer