rust-csv
rust-csv copied to clipboard
Added `#[no_std]` marker to csv core
As per title, this simple PR adds the #[no_std] marker to the csv-core crate. This way, if someone happens to add any std stuff in the crate, they will immediately get an error message about it.