An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

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