Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcnmx/read_exact
https://github.com/arcnmx/read_exact
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arcnmx/read_exact
- Owner: arcnmx
- License: mit
- Created: 2016-07-11T16:04:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T02:19:09.000Z (over 8 years ago)
- Last Synced: 2024-08-09T23:25:20.047Z (3 months ago)
- Language: Rust
- Size: 547 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# read_exact
[![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license]
`read_exact` provides a variant of `read_exact` that succeeds on EOF if no data
has been read.## [Documentation][docs]
See the [documentation][docs] for up to date information.
[travis-badge]: https://img.shields.io/travis/arcnmx/read_exact/master.svg?style=flat-square
[travis]: https://travis-ci.org/arcnmx/read_exact
[release-badge]: https://img.shields.io/crates/v/read_exact.svg?style=flat-square
[cargo]: https://crates.io/crates/read_exact
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://arcnmx.github.io/read_exact/read_exact/
[license-badge]: https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square
[license]: https://github.com/arcnmx/read_exact/blob/master/COPYING