forma_sif
SIF (Structured Interchange Format) serializer and deserializer for the forma serialization framework.
Most users should use forma with the sif feature instead of depending on
this crate directly:
[]
= { = "0.1", = ["derive", "sif"] }
Quick Example
use ;
use ;
let rows = vec!;
let sif = to_string.unwrap;
let back: = from_str.unwrap;
assert_eq!;
SIF is a tabular, schema-aware text format designed for structured data interchange. See the SIF specification for details.
License
Licensed under either of Apache License, Version 2.0 or MIT License at your option.