Implemented Rust bindings. #297
Closed
Techcable
started this conversation in
Show and tell
Replies: 2 comments
-
Thanks! I linked this from the README in 20d192a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Right, this is what Julia does as well — you want to call the lower level |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I implemented safe Rust bindings to this library as the
utf8proc
crate.I reimplemented the
utf8proc_map
function to support reusing allocations and to use the Rust allocator instead ofmalloc
.You may want to consider adding this to the readme so that people can find it.
Repository: https://github.com/Techcable/utf8proc.rs
Documentation: https://docs.rs/utf8proc/latest/utf8proc/
Beta Was this translation helpful? Give feedback.
All reactions