Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Releases: 448-engineering/EasyJNI

Version 0.3.0

04 Apr 11:31
d4448b8
Compare
Choose a tag to compare

Fix: Java class name for String should be java/lang/String instead of Ljava/lang/String;

Fix: java_class_name_array should return a owned String instead of a borrowed string

Fix: avoid repetition for java_class_name_arrayby reusingjava_class_name`

Feat: Introduce bytecode_signature to handle the creation of java names whem using bytecode
Signed-off-by: XOR·APPS developers@xorapps.network

0.2.0-alpha.1

03 Apr 08:43
294c383
Compare
Choose a tag to compare
  • Easy creation of Java types from Rust types
  • Easy conversion of primitive types, void and string types to and from Rust enum type
  • Github actions to do tests on changes thanks to @harshit82