2 releases

Uses old Rust 2015

0.1.1 Sep 22, 2017
0.1.0 Sep 22, 2017

#36 in #object-pool

Download history 5/week @ 2024-01-14 14/week @ 2024-02-11 19/week @ 2024-02-18 81/week @ 2024-02-25 10/week @ 2024-03-03 10/week @ 2024-03-10

121 downloads per month
Used in rad

MPL-2.0 license

9KB
89 lines

Build Status Docs Status On crates.io

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