1
0

feat: remove cbindgen. use manual writing instead (actually AI writing)

This commit is contained in:
2026-05-16 13:58:12 +08:00
parent 8d7f96d499
commit 92ec83b8d7
8 changed files with 265 additions and 306 deletions

View File

@@ -14,7 +14,7 @@ pub enum Error {
NoSuchToken,
}
/// The token for fetching obejct in [ObjectPool].
/// The token for fetching object in [ObjectPool].
pub type Token = u64;
/// A pool for managing objects with unique tokens.