• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-18989

.android-checksum.jsonD04-Jul-2025848 11

.cargo-checksum.jsonD04-Jul-2025486 11

Android.bpD04-Jul-2025686 2824

Cargo.tomlD04-Jul-2025840 2824

LICENSED04-Jul-202515.5 KiB363265

METADATAD04-Jul-2025353 1817

MODULE_LICENSE_MPLD04-Jul-20250

README.mdD04-Jul-2025502 2110

cargo_embargo.jsonD04-Jul-2025124 99

rustfmt.tomlD04-Jul-202514 11

README.md

1# epoll [<img src="https://travis-ci.org/nathansizemore/epoll.svg?branch=master">][travis-badge]
2
3Safe wrapper around the Linux kernel's [epoll][epoll-man-page] API.
4
5[Documentation][docs]
6
7
8### Author
9
10Nathan Sizemore, nathanrsizemore@gmail.com
11
12### License
13
14epoll is available under the MPL-2.0 license. See the LICENSE file for more info.
15
16
17
18[travis-badge]: https://travis-ci.org/nathansizemore/epoll
19[docs]: https://docs.rs/epoll
20[epoll-man-page]: http://man7.org/linux/man-pages/man7/epoll.7.html
21