You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would seem more useful to use Rust APIs for this kind of tasks. If you want to provide a PR that adds bindings for the functions, I'd review that, but it doesn't seem very useful to me. Rust string parsing functions in std and external crates are generally better.
Many things in gstrfuncs.h don't have wrappers. Most importantly, I need
g_str_tokenize_and_fold
to implement searching in my app.Other missing functions I've run into:
g_str_match_string
g_str_to_ascii
The text was updated successfully, but these errors were encountered: