2 个版本

0.1.1 2024 年 8 月 7 日
0.1.0 2024 年 8 月 7 日

#7#bmbp

Download history • Rust 包仓库 207/week @ 2024-08-05 • Rust 包仓库 11/week @ 2024-08-12 • Rust 包仓库

218 每月下载次数
用于 bmbp_app_util

MIT 许可证

4KB
68

BMBP_CONTEXT_VARS

(&*BMBP_CONTEXT_VARS).set_value("A".to_string(), "B".to_string());
assert_eq!(
   &*BMBP_CONTEXT_VARS.get_value("A".to_string()),
   "B".to_string()
);
assert_eq!(
   &*BMBP_CONTEXT_VARS.get_value("D".to_string()),
   "".to_string()
);

无运行时依赖