diff options
Diffstat (limited to 'third_party/rust/tokio-uds/README.md')
-rw-r--r-- | third_party/rust/tokio-uds/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/rust/tokio-uds/README.md b/third_party/rust/tokio-uds/README.md new file mode 100644 index 0000000000..1c6a80c04e --- /dev/null +++ b/third_party/rust/tokio-uds/README.md @@ -0,0 +1,15 @@ +# tokio-uds + +An implementation of Unix Domain Sockets for Tokio + +[Documentation](https://docs.rs/tokio-uds/0.2.5/tokio_uds/) + +## License + +This project is licensed under the [MIT license](./LICENSE). + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in Tokio by you, shall be licensed as MIT, without any additional +terms or conditions. |