Skip to content

Commit

Permalink
feat: add DatagramChannel + impl toad::net::Socket (#302)
Browse files Browse the repository at this point in the history
* feat: add DatagramChannel + impl toad::net::Socket

* fix: rm unused

* fix: ci
  • Loading branch information
cakekindel authored Apr 13, 2023
1 parent c6e5787 commit 55230ea
Show file tree
Hide file tree
Showing 18 changed files with 1,010 additions and 76 deletions.
34 changes: 33 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions toad-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ test = []
docs = []

[dependencies]
nb = "1"
no-std-net = "0.6"
tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]}
toad = "0.17.3"
jni = {version = "0.21.1", features = ["invocation"]}
toad-stem = {version = "0.1.0", default_features = false}
toad-len = {version = "0.1.3", default_features = false}
Expand Down
Loading

0 comments on commit 55230ea

Please sign in to comment.