DEFAULT_OPERATOR_REGISTRY

Static DEFAULT_OPERATOR_REGISTRY 

Source
pub static DEFAULT_OPERATOR_REGISTRY: LazyLock<OperatorRegistry>
Expand description

Default registry used by Operator::from_uri.

memory is always registered here since it’s used pervasively in unit tests and as a zero-dependency backend.

Other optional service registrations are handled by the facade crate opendal.