An open API service indexing awesome lists of open source software.

https://github.com/thomasdezeeuw/sendfile


https://github.com/thomasdezeeuw/sendfile

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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 shall be licensed as above, without any
additional terms or conditions.