Update README.md

This commit is contained in:
Nikolay Volf 2017-03-23 17:00:44 +03:00 committed by GitHub
parent ccb5faccb2
commit ed160061c0
1 changed files with 9 additions and 0 deletions

View File

@ -15,3 +15,12 @@ And IpcStream is transport-agnostic io:
let endpoint = match Endpoint::new(endpoint_addr, handle).unwrap();
endpoint.for_each(|(ipc_stream: IpcStream, _)| io::write_all(ipc_stream, b"Hello!"));
```
# License
`parity-tokio-ipc` is primarily distributed under the terms of both the MIT
license and the Apache License (Version 2.0), with portions covered by various
BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.