This is a simple CSV viewer built with Tauri and Yew.
- Install Rust
- Install Tauri
$ cargo install create-tauri-app
- Build and run the app
$ cargo tauri dev
- Click "Open" button and select a CSV file
You'll see a table of rows and columns from the CSV file.