adorsys / datasafe

Secure, Encrypted and Versioned Data Storage Library
https://adorsys.github.io/datasafe/
GNU Affero General Public License v3.0
55 stars 23 forks source link

Research on how to use a rust module inside a java application #347

Open francis-pouatcha opened 3 months ago

francis-pouatcha commented 3 months ago

As we are planing the progressively migrate datasafe to rust, we would like to be using migrated module inside the datasafe sample applications such as to test the rust module for equivalence with the java versions.

This ticket shal produce a sample application, in which a java module is reusing a simple functionality of a rust modue.