Docs.rs
cargo-semver-checks-0.45.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cargo-semver-checks 0.45.0
Scan your Rust crate for semver violations.
Crate
Source
Builds
Feature flags
Documentation
..
AGENTS.md
attribute_proc_macro_missing.ron
auto_trait_impl_removed.ron
constructible_struct_adds_field.ron
constructible_struct_adds_private_field.ron
constructible_struct_changed_type.ron
declarative_macro_missing.ron
derive_helper_attr_removed.ron
derive_proc_macro_missing.ron
derive_trait_impl_removed.ron
enum_discriminants_undefined_non_exhaustive_variant.ron
enum_discriminants_undefined_non_unit_variant.ron
enum_marked_non_exhaustive.ron
enum_missing.ron
enum_must_use_added.ron
enum_must_use_removed.ron
enum_no_longer_non_exhaustive.ron
enum_no_repr_variant_discriminant_changed.ron
enum_non_exhaustive_struct_variant_field_added.ron
enum_non_exhaustive_tuple_variant_changed_kind.ron
enum_non_exhaustive_tuple_variant_field_added.ron
enum_now_doc_hidden.ron
enum_repr_int_added.ron
enum_repr_int_changed.ron
enum_repr_int_removed.ron
enum_repr_transparent_removed.ron
enum_repr_variant_discriminant_changed.ron
enum_struct_variant_changed_kind.ron
enum_struct_variant_field_added.ron
enum_struct_variant_field_marked_deprecated.ron
enum_struct_variant_field_missing.ron
enum_struct_variant_field_now_doc_hidden.ron
enum_tuple_variant_changed_kind.ron
enum_tuple_variant_field_added.ron
enum_tuple_variant_field_marked_deprecated.ron
enum_tuple_variant_field_missing.ron
enum_tuple_variant_field_now_doc_hidden.ron
enum_unit_variant_changed_kind.ron
enum_variant_added.ron
enum_variant_marked_deprecated.ron
enum_variant_marked_non_exhaustive.ron
enum_variant_missing.ron
enum_variant_no_longer_non_exhaustive.ron
exhaustive_enum_added.ron
exported_function_changed_abi.ron
feature_missing.ron
feature_not_enabled_by_default.ron
function_abi_no_longer_unwind.ron
function_abi_now_unwind.ron
function_changed_abi.ron
function_const_generic_reordered.ron
function_const_removed.ron
function_export_name_changed.ron
function_generic_type_reordered.ron
function_like_proc_macro_missing.ron
function_marked_deprecated.ron
function_missing.ron
function_must_use_added.ron
function_must_use_removed.ron
function_no_longer_unsafe.ron
function_now_const.ron
function_now_doc_hidden.ron
function_now_returns_unit.ron
function_parameter_count_changed.ron
function_requires_different_const_generic_params.ron
function_requires_different_generic_type_params.ron
function_unsafe_added.ron
global_value_marked_deprecated.ron
inherent_associated_const_now_doc_hidden.ron
inherent_associated_pub_const_missing.ron
inherent_method_const_generic_reordered.ron
inherent_method_const_removed.ron
inherent_method_generic_type_reordered.ron
inherent_method_missing.ron
inherent_method_must_use_added.ron
inherent_method_now_doc_hidden.ron
inherent_method_now_returns_unit.ron
inherent_method_unsafe_added.ron
macro_marked_deprecated.ron
macro_no_longer_exported.ron
macro_now_doc_hidden.ron
method_parameter_count_changed.ron
method_requires_different_const_generic_params.ron
method_requires_different_generic_type_params.ron
module_missing.ron
non_exhaustive_enum_added.ron
non_exhaustive_struct_changed_type.ron
partial_ord_enum_struct_variant_fields_reordered.ron
partial_ord_enum_variants_reordered.ron
partial_ord_struct_fields_reordered.ron
proc_macro_marked_deprecated.ron
proc_macro_now_doc_hidden.ron
pub_api_sealed_trait_became_unconditionally_sealed.ron
pub_api_sealed_trait_became_unsealed.ron
pub_api_sealed_trait_method_return_value_added.ron
pub_api_sealed_trait_method_target_feature_removed.ron
pub_const_added.ron
pub_module_level_const_missing.ron
pub_module_level_const_now_doc_hidden.ron
pub_static_added.ron
pub_static_missing.ron
pub_static_mut_now_immutable.ron
pub_static_now_doc_hidden.ron
pub_static_now_mutable.ron
repr_align_added.ron
repr_align_changed.ron
repr_align_removed.ron
repr_c_enum_struct_variant_fields_reordered.ron
repr_c_plain_struct_fields_reordered.ron
repr_c_removed.ron
repr_packed_added.ron
repr_packed_changed.ron
repr_packed_removed.ron
safe_function_requires_more_target_features.ron
safe_function_target_feature_added.ron
safe_inherent_method_requires_more_target_features.ron
safe_inherent_method_target_feature_added.ron
sized_impl_removed.ron
static_became_unsafe.ron
struct_field_marked_deprecated.ron
struct_marked_non_exhaustive.ron
struct_missing.ron
struct_must_use_added.ron
struct_must_use_removed.ron
struct_now_doc_hidden.ron
struct_pub_field_missing.ron
struct_pub_field_now_doc_hidden.ron
struct_repr_transparent_removed.ron
struct_with_no_pub_fields_changed_type.ron
struct_with_pub_fields_changed_type.ron
trait_added_supertrait.ron
trait_allows_fewer_const_generic_params.ron
trait_allows_fewer_generic_type_params.ron
trait_associated_const_added.ron
trait_associated_const_default_removed.ron
trait_associated_const_marked_deprecated.ron
trait_associated_const_now_doc_hidden.ron
trait_associated_type_added.ron
trait_associated_type_default_removed.ron
trait_associated_type_marked_deprecated.ron
trait_associated_type_now_doc_hidden.ron
trait_const_generic_reordered.ron
trait_generic_type_reordered.ron
trait_marked_deprecated.ron
trait_method_added.ron
trait_method_const_generic_reordered.ron
trait_method_default_impl_removed.ron
trait_method_generic_type_reordered.ron
trait_method_marked_deprecated.ron
trait_method_missing.ron
trait_method_now_doc_hidden.ron
trait_method_now_returns_unit.ron
trait_method_parameter_count_changed.ron
trait_method_requires_different_const_generic_params.ron
trait_method_requires_different_generic_type_params.ron
trait_method_return_value_added.ron
trait_method_target_feature_removed.ron
trait_method_unsafe_added.ron
trait_method_unsafe_removed.ron
trait_mismatched_generic_lifetimes.ron
trait_missing.ron
trait_must_use_added.ron
trait_newly_sealed.ron
trait_no_longer_dyn_compatible.ron
trait_now_doc_hidden.ron
trait_removed_associated_constant.ron
trait_removed_associated_type.ron
trait_removed_supertrait.ron
trait_requires_more_const_generic_params.ron
trait_requires_more_generic_type_params.ron
trait_unsafe_added.ron
trait_unsafe_removed.ron
tuple_struct_to_plain_struct.ron
type_allows_fewer_const_generic_params.ron
type_allows_fewer_generic_type_params.ron
type_associated_const_marked_deprecated.ron
type_const_generic_reordered.ron
type_generic_type_reordered.ron
type_marked_deprecated.ron
type_method_marked_deprecated.ron
type_mismatched_generic_lifetimes.ron
type_requires_more_const_generic_params.ron
type_requires_more_generic_type_params.ron
unconditionally_sealed_trait_became_pub_api_sealed.ron
unconditionally_sealed_trait_became_unsealed.ron
union_added.ron
union_field_added_with_all_pub_fields.ron
union_field_added_with_non_pub_fields.ron
union_field_missing.ron
union_missing.ron
union_must_use_added.ron
union_must_use_removed.ron
union_now_doc_hidden.ron
union_pub_field_now_doc_hidden.ron
unit_struct_changed_kind.ron
unsafe_function_requires_more_target_features.ron
unsafe_function_target_feature_added.ron
unsafe_inherent_method_requires_more_target_features.ron
unsafe_inherent_method_target_feature_added.ron
unsafe_trait_method_requires_more_target_features.ron
unsafe_trait_method_target_feature_added.ron