easy_reader
Line reader library
An efficient library for navigating large files without consuming an iterator
⏮ ⏯ ⏭ A Rust library for easily navigating forward, backward or randomly through the lines of huge files.
86 stars
2 watching
6 forks
Language: Rust
last commit: almost 3 years ago
Linked from 1 awesome list
backwardcratefilesforwardhugehuge-fileslinereaderlinesrandomreadreaderreverserustrustlang
Related projects:
Repository | Description | Stars |
---|---|---|
movingtomars/liner | A Rust library providing a readline-like interface for interacting with the command line | 74 |
whitfin/bytelines | A high-performance library for reading input lines as byte slices without allocations. | 59 |
murarth/linefeed | An interactive line reader for Unix terminals and Windows consoles with customizable functionality. | 187 |
fastlmm/bed-reader | A Rust-based library for efficient reading and writing of PLINK Bed format files. | 73 |
reeflective/readline | A modern shell library with powerful UI and features inspired by Z-Shell. | 90 |
marcosmeli/filehelpers | A .NET library for reading and writing data from fixed length or delimited records in files | 1,131 |
vindarel/cl-readline | A Common Lisp interface to the GNU Readline library for editing command lines | 38 |
softdevteam/grmtools | A suite of libraries and binaries for parsing text in Rust. | 514 |
tidyverse/vroom | A high-performance CSV and TSV reader that uses indexing and lazy loading to improve reading speed without loading all data at once. | 621 |
paulmillr/readdirp | Provides an efficient way to recursively traverse and inspect the contents of directories in a streaming or promise-based manner. | 383 |
jkvargas/russimp | A Rust library that provides a unified API to read 3D models in various formats into a common structure | 85 |
netvl/xml-rs | A Rust library for parsing and working with XML documents | 461 |
brennie/diffx-rs | A Rust library for parsing and working with diffX data | 1 |
digikar99/reader | Provides reader macros for various data structures and functions in Common Lisp | 13 |
cxong/tinydir | A lightweight directory and file reader library in ANSI C | 807 |