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
- Compatibility
Guarantees - API compatibility guarantees
- Compatibility
Matrix - Version compatibility matrix
- Deprecation
Policy - Deprecation policy
- Stability
Checker - Runtime API stability checking
Enums§
- Compatibility
Level - Compatibility levels between API versions
- Stability
Level - API stability levels for different components of the crate
Traits§
- ApiStability
- Trait to mark API stability level for types and functions