pub fn put<I: Into<String>>(id: I, data: Vec<u8>)
Install a buffer at mem://<id>. Replaces any prior entry under the same id. The buffer is held by reference; concurrent opens share it without copying.
mem://<id>