Function register_memory_service
pub fn register_memory_service(registry: &OperatorRegistry)Expand description
Register the memory URI scheme with an operator registry.
Registration enables scheme-driven construction through
crate::Operator::from_uri and crate::Operator::via_iter. Direct
construction through crate::Operator::new does not require registration.