Skip to content

Commit

Permalink
#3139: Added example
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 29, 2024
1 parent 8cf3a7f commit 973b612
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public PrimeModule(final String method, final String file) {

/**
* Translates ("mangles") Java method name to native method name.
* For example, translated "native0_custom" to
* Java_EOrust_natives_native0_1custom_native0_1custom.
* See {@link PrimeModule#translate(String, String)} for motivation.
* @param jname Name of this function (and class) in Java.
* @return How it named in Rust.
*/
Expand Down

0 comments on commit 973b612

Please sign in to comment.