serde-csv-core
CSV serialization and deserialization for no_std
crates.
serde-csv-core
builds upon csv-core
crate.
Serialization
to_slice
serializes one record at a time.
use String;
let records = ;
let mut writer = new;
let mut buf = ;
let mut len = 0;
for record in records
assert_eq!;
Deserialization
Not yet implemented.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.