#book #rust-programming-book-codes

bin+lib csv_challenge

《Rust编程之道》随书源码之CSV挑战

1 unstable release

0.1.0 Oct 10, 2018

#198 in #book


Used in tao-of-rust

MIT license

8KB
179 lines

This is documentation for the csv_challenge lib crate.

Usage:

    use csv_challenge::{
        Opt,
        {load_csv, write_csv},
        replace_column,
    };

说明

$ cargo run input/challenge.csv City Beijing

Dependencies

~4.5MB
~81K SLoC