Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example Project using Gradle-Cargo-Wrapper

This project is organized into two subprojects:

  • :native, which implements a JNI interface in Rust.
  • :app, which depends on :native and calls Rust code through JNI.