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

Add slightly more detail about StringRecord in examples

Open multimeric opened this issue 4 years ago • 0 comments

Closes #241.

One concern I have after looking at the code is how much duplication there is wrt the examples. This one example seems to have been in src/lib.rs, README.md, and also src/cookbook.rs. There's that neat script for pulling out the examples into files, but that doesn't help with these 3 cases. I wonder if the new #[doc(include="foo")] will help here?

multimeric avatar Aug 15 '21 15:08 multimeric