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

..03-May-2022-

src/H03-May-2022-1,218879

test/H03-May-2022-718521

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

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.travis.ymlH A D06-Dec-2018329 2019

CHANGELOG.mdH A D07-Dec-2019671 3822

Cargo.tomlH A D01-Jan-19701.1 KiB4135

Cargo.toml.orig-cargoH A D07-Dec-2019600 2421

LICENSE-APACHEH A D29-Aug-201810.6 KiB202169

LICENSE-MITH A D29-Aug-20181 KiB2622

README.mdH A D24-Jul-20191 KiB3119

README.md

1# mio-extras
2
3Extra components for use with [Mio](https://github.com/tokio-rs/mio):
4
5- a channel that implements `Evented`
6- a timer that implements `Evented`
7
8[![Build Status](https://travis-ci.org/dimbleby/mio-extras.svg?branch=master)](https://travis-ci.org/dimbleby/mio-extras)
9[![crates.io](http://meritbadge.herokuapp.com/mio-extras)](https://crates.io/crates/mio-extras)
10
11[Documentation](https://docs.rs/mio-extras).
12
13## History and maintenance
14
15This repository is forked from
16[`mio-more`](https://github.com/carllerche/mio-more), which is unmaintained.
17
18I don't intend to do very much with this except for routine maintenance - bug
19fixes, updating dependencies, and suchlike.
20
21However if you have some code that you think belongs here, then by all means
22raise an issue or open a pull request.
23
24# License
25
26`mio-extras` is primarily distributed under the terms of both the MIT license
27and the Apache License (Version 2.0), with portions covered by various BSD-like
28licenses.
29
30See LICENSE-APACHE, and LICENSE-MIT for details.
31