Expand description
Basic library for BIOS
BIOS的基础库
This library provides the following functions:
- RBUM (Resource-Based Unified Model) model and implementation of common operations.
- SPI (Service Provider Interface) model and implementation of common operations.
- Common enumeration types.
- Common utility functions.
- Basic test support.
此类库提供了下功能:
- RBUM(基于资源的统一模型)模型及公共操作的实现
- SPI(服务提供接口)模型及公共操作的实现
- 通用枚举类型
- 通用工具函数
- 基础的测试支持
Re-exports§
pub use enumeration::ApiTag;
Modules§
- dto
- Basic DTOs
- enumeration
- Basic enumerations
- helper
- process
- rbum
- spi
- SPI (Service Provider Interface) module
Macros§
- spi_
dispatch_ function - spi_
dispatch_ service - SPI request dispatch macro
- spi_
service_ call
Traits§
- Tardis
FunInst Extractor - Extractor for
TardisFunInst