Module stability

Module stability 

Source
Expand description

API stability guarantees and compatibility documentation

This module defines the API stability levels and compatibility guarantees for the scirs2-datasets crate. API Stability Guarantees for scirs2-datasets

This module defines the API stability levels and compatibility guarantees for the scirs2-datasets crate. It provides documentation and markers for different stability levels of the public API.

Modules§

feature_flags
Feature flags and their stability levels

Structs§

ApiVersion
Current API version and compatibility matrix
CompatibilityGuarantees
API compatibility guarantees
CompatibilityMatrix
Version compatibility matrix
DeprecationPolicy
Deprecation policy
StabilityChecker
Runtime API stability checking

Enums§

CompatibilityLevel
Compatibility levels between API versions
StabilityLevel
API stability levels for different components of the crate

Traits§

ApiStability
Trait to mark API stability level for types and functions