Skip to content

Commit

Permalink
Merge pull request #53 from atouchet/ver
Browse files Browse the repository at this point in the history
Update links and formatting
  • Loading branch information
faern committed Nov 10, 2022
2 parents 509deef + 30eaadb commit bdf2578
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -2,15 +2,15 @@
name = "miow"
version = "0.4.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
keywords = ["iocp", "windows", "io", "overlapped"]
repository = "https://github.com/yoshuawuyts/miow"
homepage = "https://github.com/yoshuawuyts/miow"
documentation = "https://docs.rs/miow/0.3/x86_64-pc-windows-msvc/miow/"
documentation = "https://docs.rs/miow"
description = """
A zero overhead I/O library for Windows, focusing on IOCP and Async I/O
A zero overhead I/O library for Windows, focusing on IOCP and async I/O
abstractions.
"""

Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,25 +2,25 @@

[![Build status](https://ci.appveyor.com/api/projects/status/tc5lsxokjk86949l?svg=true)](https://ci.appveyor.com/project/alexcrichton/miow)

[Documentation](https://docs.rs/miow/0.3/x86_64-pc-windows-msvc/miow/)
[Documentation](https://docs.rs/miow)

A zero overhead Windows I/O library focusing on IOCP and other async I/O
features.

```toml
# Cargo.toml
[dependencies]
miow = "0.3.6"
miow = "0.4"
```

# License

This project is licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
https://opensource.org/licenses/MIT)

at your option.

Expand Down

0 comments on commit bdf2578

Please sign in to comment.