Crates.io | oval |
lib.rs | oval |
version | 2.0.0 |
source | src |
created_at | 2024-01-30 13:40:04.447938 |
updated_at | 2024-01-31 06:48:42.28058 |
description | A stream abstraction designed for use with nom, winnow, etc. |
homepage | |
repository | https://github.com/fasterthanlime/oval |
max_upload_size | |
id | 1120239 |
size | 13,169 |
(oval is a fork of circular with a couple more PRs merged in).
oval is a stream abstraction designed for use with nom. It can expose the available data, a mutable slice of the available space, and it separates reading data from actually consuming it from the buffer.