Expand description
This is an utils crate with functions that are used in the main crate, macros, and tests
Statics§
Functions§
- absolute_
path - first_
char_ uppercase - Convert the first letter of a String into uppercase
- java_
method_ to_ symbol - Convert the fully-qualified name of a Java method to the name that should be used in the native code.
- java_
path_ to_ dot_ notation - Converts a ClassPath that uses slashes
/to separate components to a Class that uses dots.. - run