Expand description
This module provides a registry knowing about {Blob,Directory,PathInfo} Services, as well as the add_default_services helper to seed new registries with everything known here. The composition machinery itself is defined in snix_castore::composition, which works generically with different kinds of services.
Statics§
- The provided registry of snix_store, which has all the builtin snix_castore (BlobStore/DirectoryStore) and snix_store (PathInfoService) implementations.
Functions§
- Register the builtin services of snix_castore (blob services and directory services), as well as the ones from snix_store (PathInfo service) with the given registry. This can be used outside to create your own registry with the builtin types and extra third party types.