Module csv

Source
Available on crate feature csv only.
Expand description

Module containing a Bevy plugin to load assets from csv files with custom file extensions.

Structs§

CsvAssetLoader
Loads your asset type A from csv files
CsvAssetPlugin
Plugin to load your asset type A from csv files.
LoadedCsv
Asset representing a loaded CSV file with rows deserialized to Assets of type A

Enums§

CsvLoaderError
Possible errors that can be produced by CsvAssetLoader