Remove JNI support and related files

- Deleted the JNI module and all associated files, including callbacks, env, exports, server, and types.
- Updated Cargo.toml to remove the jni dependency and related features.
- Removed JNI-related sections from README.md and CHANGELOG.md.
- Adjusted the GitHub Actions workflow by removing the Rust CI configuration.
This commit is contained in:
chuan
2026-08-05 22:09:58 +08:00
parent 571472d16f
commit 95fdcbeefd
12 changed files with 1 additions and 1099 deletions
-5
View File
@@ -55,8 +55,3 @@ pub mod prelude {
PoolOptions, RateLimitOptions, SchedulerOptions, TargetOptions, TorrentInfo,
};
}
#[cfg(feature = "jni")]
#[path = "../jni/mod.rs"]
/// JNI entry points consumed by the external JVM bindings.
pub mod jni_bindings;