Skip to main content

register

Function register 

Source
pub fn register(reg: &mut Registry)
Expand description

Register the in-memory factories for all six storage kinds into reg under DRIVER_NAME.

Call this from boot code after aa_storage::builtin::register_builtin_drivers to replace the "memory" placeholder with the real backends — register_* is last-write-wins, so the real factory overrides the not-yet-implemented stub.