Docs.rs
j4rs-0.23.1
j4rs 0.23.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
astonbitecode
Dependencies
cesu8 ^1.1.0
normal
dunce ^1.0
normal
fs_extra ^1.3
normal
futures ^0.3
normal
java-locator ^0.1
normal
optional
jni-sys ^0.4
normal
lazy_static ^1.4
normal
libc ^0.2
normal
libloading ^0.8
normal
optional
log ^0.4
normal
serde ^1.0
normal
serde_json ^1.0
normal
async-std ^1.12
dev
criterion ^0.5
dev
tokio ^1.36
dev
fs_extra ^1.3
build
Versions
15.71%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jstring_to_rust_string
j4rs
0.23.1
j4rs
Function
jstring_
to_
rust_
string
Copy item path
Source
pub unsafe fn jstring_to_rust_string( jvm: &
Jvm
, java_string:
jstring
, ) ->
Result
<
String
>