rust-csv icon indicating copy to clipboard operation
rust-csv copied to clipboard

Added `#[no_std]` marker to csv core

Open LucaCappelletti94 opened this issue 2 months ago • 0 comments

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.

LucaCappelletti94 avatar Oct 29 '25 16:10 LucaCappelletti94