# 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.