1
0

feat: add rust binding framework

This commit is contained in:
2026-02-05 17:18:48 +08:00
parent 6d41e593bc
commit 8bc0792f1e
9 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "bmap"
version = "0.4.0"
authors = ["yyc12345"]
edition = "2024"
description = "The wrapper for Rust binding to BMap."
license = "SPDX:MIT"
[dependencies]
thiserror = { workspace = true }
bmap-sys = { path="../bmap-sys" }

View File

@@ -0,0 +1 @@
use bmap_sys;