• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-1,267874

tests/H03-May-2022-14096

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

CHANGELOG.mdH A D07-Jan-2019579 2917

Cargo.tomlH A D01-Jan-19701.3 KiB5745

Cargo.toml.orig-cargoH A D07-Jan-2019901 3633

LICENSEH A D07-Jan-20191 KiB2622

README.mdH A D07-Jan-2019399 169

README.md

1# tokio-uds
2
3An implementation of Unix Domain Sockets for Tokio
4
5[Documentation](https://docs.rs/tokio-uds/0.2.5/tokio_uds/)
6
7## License
8
9This project is licensed under the [MIT license](./LICENSE).
10
11### Contribution
12
13Unless you explicitly state otherwise, any contribution intentionally submitted
14for inclusion in Tokio by you, shall be licensed as MIT, without any additional
15terms or conditions.
16