Expand description
API freeze module for scirs2-core 1.0
This module manages the frozen API surface and compatibility checking.
Structs§
- ApiCompatibility
Checker - Runtime API compatibility checker
Functions§
- check_
apis_ available - Check if a set of APIs are all available
- current_
libraryversion - Get the current library version
- generate_
frozen_ api_ report - Generate a report of all frozen APIs
- initialize_
api_ freeze - Initialize the API registry with all frozen APIs for 1.0
- is_
api_ available - Check if a specific API is available in the current version
- is_
api_ frozen - Check if an API is part of the frozen 1.0 API surface
- is_
version_ compatible - Check if the current version is compatible with a required version