1
0

feat: update bmap-rs

This commit is contained in:
2026-02-18 22:44:10 +08:00
parent cf0966e6d3
commit 9c4c4a7fa4
3 changed files with 82 additions and 67 deletions

View File

@@ -4,6 +4,6 @@ use bmap_rs::bmap_wrapper as bmap;
fn test_complete() {
assert!(bmap::BMap::is_available());
bmap::BMap::with_bmap(|b| {
let r = b.create_file_reader("", "", "", &[""]);
let r = b.create_file_reader("", "", "", std::iter::once(""));
});
}