ps1dr3x / easy_reader
A Rust library (crate) for reading and easily navigating forward, backward or randomly through the lines of huge files. Tested with files of over 300 GB.
☆87Updated 3 years ago
Alternatives and similar repositories for easy_reader:
Users that are interested in easy_reader are comparing it to the libraries listed below
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A circular buffer with fixed capacity (Rust).☆103Updated last year
- Array helpers for Rust's Vector and String types☆76Updated 2 years ago
- Define custom errors without boilerplate using the custom_error! macro.☆74Updated 3 years ago
- ☆60Updated 3 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 2 weeks ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- Run closures in parallel☆113Updated 2 months ago
- Extensions for the Rust standard library☆39Updated 11 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- Concurrent hash trie☆51Updated 4 years ago
- Write doc comments from macros☆101Updated 3 years ago
- A cross platform rust debugger hook☆71Updated 3 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- Write and execute SQL queries with ease☆73Updated 4 years ago
- Rust bindings to the Android NDK☆24Updated 5 years ago
- Overloadable functions in rust.☆43Updated 5 years ago
- Data parallelism library for async-std.☆93Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Safely combine results☆81Updated 6 months ago
- ☆82Updated 2 months ago
- A procedural macro for auto logging output of functions☆191Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- A cargo subcommand to fetch the source code of a Rust crate☆97Updated this week
- UNIX style tool to pretty print json☆27Updated 5 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆86Updated 2 years ago