https://github.com/messense/libtailscale-rs
Rust binding to libtailscale
https://github.com/messense/libtailscale-rs
Last synced: about 1 year ago
JSON representation
Rust binding to libtailscale
- Host: GitHub
- URL: https://github.com/messense/libtailscale-rs
- Owner: messense
- License: mit
- Created: 2023-03-04T11:20:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T11:09:19.000Z (about 3 years ago)
- Last Synced: 2025-03-28T15:04:43.239Z (about 1 year ago)
- Language: Rust
- Size: 61.5 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libtailscale-rs
[](https://github.com/messense/libtailscale-rs/actions/workflows/CI.yml)
[](https://crates.io/crates/libtailscale)
[](https://docs.rs/libtailscale/)
Rust binding to [libtailscale](https://github.com/tailscale/libtailscale).
## Installation
Add it to your ``Cargo.toml``:
```bash
cargo add libtailscale
```
### Build Requirements
* Rust
* Go 1.20+
## Examples
* [echo server](./examples/echo_server.rs)
* [echo client](./examples/echo_client.rs)
* [http echo server](./examples/http_echo_server.rs)
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.