Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Rust-csv Alternatives
Similar projects and alternatives to rust-csv
-
polars
Dataframes powered by a multithreaded, vectorized query engine, written in Rust
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
grex
A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
git-journal
The Git Commit Message and Changelog Generation Framework :book:
-
-
solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
-
-
miniserve
🌟 For when you really just want to serve some files over HTTP right now!
-
Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
-
-
BoilR
Synchronize games from other platforms into your Steam library (by PhilipK)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
rust-csv reviews and mentions
-
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 :)
-
A note from our sponsor - Onboard AI
getonboard.dev | 5 Dec 2023
Stats
BurntSushi/rust-csv is an open source project licensed under The Unlicense which is not an OSI approved license.
The primary programming language of rust-csv is Rust.