Joseph Henry
bfa02c5f92
Merge pull request #223 from zerotier/ldr/rust-demo
...
Rust demo updates
2023-06-06 09:32:40 -07:00
Lennon Day-Reynolds
91b190da73
should work for non-oneshot (request/response) protocols a little better now
2023-06-05 21:58:54 -07:00
Lennon Day-Reynolds
787dd6efc1
new rust demo + cleanup of build
2023-06-05 19:14:12 -07:00
janvanbouwel
9d66844523
Fix ZTS_MAX_PEER_NETWORK_PATHS to equal ZTO submodule
2023-02-21 18:16:11 +01:00
dependabot[bot]
7ad5b78cee
Bump regex from 1.5.4 to 1.5.6 in /pkg/crate/libzt
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 21:05:44 +00:00
Joseph Henry
cd4f9e323c
Bump package and license versions numbers
2021-06-01 13:59:01 -07:00
Joseph Henry
d5454040f0
Update Rust crate
2021-05-31 13:51:31 -07:00
Joseph Henry
8c275c4899
Add Rust bindings (alpha)
2021-05-30 19:51:26 -07:00
Joseph Henry
f566f7f4f7
Update Rust crate README.md
2021-05-29 21:58:23 -07:00
Joseph Henry
96684860fe
Add Python copyright and license text for wrapper
2021-05-28 16:06:43 -07:00
Erik Hollensbe
97da6e976c
Fixed up build to not use concat and rely on cargo/compiler to do this
...
work
Signed-off-by: Erik Hollensbe <linux@hollensbe.org >
2021-05-26 01:58:21 -07:00
Erik Hollensbe
2dd5f490c7
These are some things I noticed while working in this tree:
...
- target/ was not in .gitignore
- src/libzt.rs is generated, put in .gitignore and deleted
- time_t was not defined; libc is a build dep so didn't want to bring it
in for a type. Decided to just typedef it.
Signed-off-by: Erik Hollensbe <linux@hollensbe.org >
2021-05-26 00:55:15 -07:00
Joseph Henry
5bf60f6d1c
Make Rust address getter return IpAddr instead of String
2021-05-25 21:38:53 -07:00
Joseph Henry
2a41301e33
Add Rust bindings (WIP)
2021-05-24 21:29:57 -07:00