1 2 3 4 5
use crate::keyval::kv; pub fn kv_erase(key: &'static str) { kv().lock().unwrap().remove(key); }