/rust_examples

Various libraries usage examples

Primary LanguageRust

rust_examples

Various Rust libraries usage examples.

For example try cargo run --bin csv, you should see a nice looking table like this: image It's read from a CSV file and rendered by comfy_table library.