From 9ed0cf2d2ce7751bdda5ea4026dd2f00e0433237 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 29 Oct 2025 17:56:59 +0100 Subject: [PATCH] Added `#[no_std]` marker to csv core --- csv-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/csv-core/src/lib.rs b/csv-core/src/lib.rs index 1e41cb5..5af82a6 100644 --- a/csv-core/src/lib.rs +++ b/csv-core/src/lib.rs @@ -17,6 +17,7 @@ the `Writer` API provides a CSV writer. This example shows how to count the number of fields and records in CSV data. ``` +#[no_std] use csv_core::{Reader, ReadFieldResult}; let data = "