Popularity
0.4
Stable
Activity
7.1
-
2
2
0

Description

lineriver is a rust crate that provides a non-blocking buffered line reader for Read objects.

The LineReader object is akin to a BufReader object that returns only complete lines, but without blocking. The LineRead trait, on the other hand, is akin to the BufRead trait - it concentrates the public API and allows us to create agnostic collections of LineReaders with distinct underlying types.

This crate works very well with the polling crate, which allows us to block waiting on data to be available in any one of multiple streams (files, sockets, etc.). It's an alternative to using threads and/or tokio.

Programming language: Rust
License: MIT License
Tags: Network Programming     Non-blocking     Io     file    

lineriver alternatives and similar packages

Based on the "Network programming" category.
Alternatively, view lineriver alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of lineriver or a related project?

Add another 'Network programming' Package