File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ j4rs stands for __'Java for Rust'__ and allows effortless calls to Java code fro
12
12
* No special configuration needed (no need to tweak LD_LIBRARY_PATH, PATH etc).
13
13
* [ Easily instantiate and invoke Java classes.] ( #Basics )
14
14
* [ Support custom types via serialization.] ( #Passing-custom-arguments-from-Rust-to-Java )
15
- * [ .async/.await support] ( ( #Async-support) )
15
+ * [ .async/.await support] ( #Async-support )
16
16
* [ Casting support.] ( #Casting )
17
17
* [ Java arrays / variadic support.] ( #Java-arrays-and-variadics )
18
18
* [ Java generics support.] ( #Java-Generics )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ j4rs stands for __'Java for Rust'__ and allows effortless calls to Java code fro
12
12
* No special configuration needed (no need to tweak LD_LIBRARY_PATH, PATH etc).
13
13
* [ Easily instantiate and invoke Java classes.] ( #Basics )
14
14
* [ Support custom types via serialization.] ( #Passing-custom-arguments-from-Rust-to-Java )
15
- * [ .async/.await support] ( ( #Async-support) )
15
+ * [ .async/.await support] ( #Async-support )
16
16
* [ Casting support.] ( #Casting )
17
17
* [ Java arrays / variadic support.] ( #Java-arrays-and-variadics )
18
18
* [ Java generics support.] ( #Java-Generics )
You can’t perform that action at this time.
0 commit comments