cbindgen
cbindgen copied to clipboard
use c_size_t as size_t request.
hello. can you please add support for c_size_t type. seems is not handled properly.
Can you provide a concrete example? We have https://github.com/eqrion/cbindgen/blob/798cfab52bced65a749443faa16990ec3a8e0cfe/src/bindgen/config.rs#L935-L937
I think the request is to convert this unstable thing to size_t.
yes
Happy to take a patch + test for that, ideally once it is closer to stabilizing... :)