1 unstable release

0.3.0 Aug 13, 2019
0.2.0 Jun 12, 2016
0.1.1 May 30, 2015
0.1.0 May 30, 2015

#49 in #actor-framework

48 downloads per month

MIT license

9KB
132 lines

Sendfile

Build Status Build status License: MIT Crates.io Docs

A crate to work with sendfile(2) system call.

See the API documentation for more.

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.


lib.rs:

Crate that wraps the sendfile system call.

To create a new SendFile Future see send_file.

Dependencies

~130KB