inline_java 0.1.0

Embed Java directly in Rust — evaluated at program runtime or at compile time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "inline_java"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Embed Java directly in Rust — evaluated at program runtime or at compile time"
keywords.workspace = true
categories = ["development-tools::ffi", "api-bindings"]
readme = "README.md"

[dependencies]
inline_java_core = { version = "0.1.0", path = "../inline_java_core" }
inline_java_macros = { version = "0.1.0", path = "../inline_java_macros" }