libtailscale 0.2.1

Rust binding to libtailscale
# libtailscale-rs

[![CI](https://github.com/messense/libtailscale-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/messense/libtailscale-rs/actions/workflows/CI.yml)
[![Crates.io](https://img.shields.io/crates/v/libtailscale.svg)](https://crates.io/crates/libtailscale)
[![docs.rs](https://docs.rs/libtailscale/badge.svg)](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.