2 releases
Uses old Rust 2015
0.1.1 | Sep 22, 2017 |
---|---|
0.1.0 | Sep 22, 2017 |
#37 in #object-pool
Used in rad
9KB
89 lines
ffi-pool-rs
Object pool types useful for writing FFI code in Rust.
License
This crate is licensed under the MPL v2.0.
lib.rs
:
ffi-pool
: useful object pool types for FFI code
This crate contains some useful object pool types for interfacing with C code (at the moment,
just CStringPool
.)
Dependencies
~640KB
~10K SLoC