assert_fs icon indicating copy to clipboard operation
assert_fs copied to clipboard

Simplify programmatically generating structured data file fixtures

Open epage opened this issue 7 years ago • 0 comments

So what if you programmatically create data and want to serialize it?

Should we have

  • write_yml(serde)
  • write_json(serde)
  • write_toml(serde)

epage avatar May 28 '18 11:05 epage