Function tvix_store::composition::add_default_services

source ·
pub fn add_default_services(reg: &mut Registry)
Expand description

Register the builtin services of tvix_castore (blob services and directory services), as well as the ones from tvix_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.