pub fn register(ctx: &mut RuntimeContext)Expand description
Install the bundled source drivers (file://, bare paths, mem://,
data:, concat:, slice:) into the given runtime context.
Idempotent — replacing any prior registration of those schemes.