# Sendfile [![Build Status](https://travis-ci.org/Thomasdezeeuw/sendfile.svg?branch=master)](https://travis-ci.org/Thomasdezeeuw/sendfile) [![Build status](https://api.cirrus-ci.com/github/Thomasdezeeuw/sendfile.svg)](https://cirrus-ci.com/github/Thomasdezeeuw/sendfile) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Crates.io](https://img.shields.io/crates/v/sendfile.svg)](https://crates.io/crates/sendfile) [![Docs](https://docs.rs/sendfile/badge.svg)](https://docs.rs/sendfile) A crate to work with `sendfile(2)` system call. See the [API documentation] for more. [API documentation]: https://docs.rs/sendfile ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.