godot-rust / gdnative

Rust bindings for Godot 3
https://godot-rust.github.io
MIT License
3.61k stars 210 forks source link

Missing `GodotString` methods #992

Open chitoyuu opened 1 year ago

chitoyuu commented 1 year ago

Created during survey of commented code (#377).

A large number of highly specific methods in the "Helper" class are still missing from the GodotString API. Some (non-exhaustive) examples are:

Wrappers for these are in principle nice to have for the sake of completeness, but history of actual usage has shown that people usually prefer to use the native String type which has much better interoperability with the rest of the ecosystem.