Crate cargo_check_external_types

Source

Modules§

cargo
config
error
path
visitor

Macros§

bug
Macro that indicates there is a bug in the program, but doesn’t panic.
bug_panic
Macro that indicates there is a bug in the program and then panics.
here
A macro for attaching info to error messages pointing to the line of code responsible for the error. Thanks to dtolnay for this macro