grex
rust-csv
grex | rust-csv | |
---|---|---|
27 | 6 | |
7,325 | 1,724 | |
- | - | |
8.1 | 3.9 | |
11 days ago | 28 days ago | |
Rust | Rust | |
Apache License 2.0 | The Unlicense |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
grex
- grex 1.0.0 - Generate regular expressions from user-provided test cases
- Generating regex pattern automatically
-
Regex generator
Sounds like you're looking for something like grex. Mind you, this does not save you from learning about regular expressions. It‘s more of a supporting tool.
- When you have a problem and solve it using RegEx, you end up with two problems
-
Gnarly Learnings from August 2022
grex-js
- Grex – Generate regular expressions from test cases
-
grex 1.4.0 - Generate regular expressions from user-provided test cases
Command-line tool and Rust library: https://github.com/pemistahl/grex
- Regex finder
-
RegExr: Learn, Build and Test Regex
If I understood what you mean, then yes, I bout one https://regex.help/ (powered by https://github.com/pemistahl/grex doing the heavy lifting).
- grex is a library as well as a command-line utility that is meant to simplify the often complicated and tedious task of creating regular expressions. It does so by automatically generating a single regular expression from user-provided test cases.
rust-csv
-
A question for all those that use Python
Serde for most of your input and output formats, with the serde-yaml and csv crates for format backends.
-
Specific csv file manipulation
If you want to do it in Rust, then you could combine the https://github.com/mjc-gh/rev_lines and and https://github.com/BurntSushi/rust-csv crates.
-
How to convert xslx to csv using Rust?
csv for writing to CSV
-
anyone using rust in production? what do you do?
Pair that with Serde for serialization/deserialization (JSON, TOML, YAML, CSV/TSV, XML, URL query strings, etc.), Figment for configuration, and ignore for filesystem traversal with blacklist support, and Rust is a real joy for writing CLI utilities.
-
Deserializing a CSV file with serde to an internally tagged enum doesn't seem to work
I had a similar issue and learned that internally tagged enums are not (and apparently can't be) supported: github issue.
-
Data Manipulation: Pandas vs Rust
Yep, I'll try to have a look at the nesting PR https://github.com/BurntSushi/rust-csv/pull/197 tonight, don't want to be a bitch, and not helping ahah :)
What are some alternatives?
yaegi - Yaegi is Another Elegant Go Interpreter
nom - Rust parser combinator framework
pomsky - A new, portable, regular expression language
polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust
codetour - VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
zero - A Rust library for zero-allocation parsing of binary data.
parallel-disk-usage - Highly parallelized, blazing fast directory tree analyzer
rust-peg - Parsing Expression Grammar (PEG) parser generator for Rust
rust-iptables - Rust bindings for iptables
pest - The Elegant Parser
percol - adds flavor of interactive filtering to the traditional pipe concept of UNIX shell
lalrpop - LR(1) parser generator for Rust