Skip to content

joelhoffman/csvstar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# csv-star

csv-star is a faster tool designed as a drop-in replacement for the popular Python `csvkit` library.

## Installation

To compile and install csv-star, ensure you have Rust installed on your system. Then, run the following commands:

```bash
git clone <repository_url>
cd csvkit
cargo install --path .
```

The binaries will be available wherever cargo puts them (e.g. `~/.cargo/bin` if using rustup.) You can add it to your PATH for future usage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages