Structs§
- RSContext
- The main context for managing registered services. It provides methods to retrieve service instances.
- RSContext
Builder - RSContextBuilder: For registering and building the context in non-tokio environments
- RsService
Error
Traits§
- RSContext
Service - RSContextService: Trait for services that can be registered in RSContext. This trait defines the lifecycle hooks for services in the context. It will be managed by the RSContextBuilder.