michaelsproul / rust_radix_trie

Fast generic radix trie implemented in Rust
https://docs.rs/radix_trie/
MIT License
184 stars 32 forks source link

c ffi support #38

Open hanabi1224 opened 6 years ago

hanabi1224 commented 6 years ago

It will be great if this lib can expose c ffi so that other managed language can create wrapper that maps byte array to object reference address

michaelsproul commented 6 years ago

Hi @hanabi1224, this is a good idea! I don't have much time to implement it myself at the moment, but if you wanted to start designing it or implementing it, I would be more than happy to offer advice :slightly_smiling_face:

hanabi1224 commented 6 years ago

@michaelsproul Thanks, here I created a simple PR to collect your input and comment https://github.com/michaelsproul/rust_radix_trie/pull/39