Crate utils

Crate utils 

Source
Expand description

This is an utils crate with functions that are used in the main crate, macros, and tests

Statics§

CLASS_DIR

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