Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-10-28 | Support for dotted table spans (#340) | est31 | -1/+90 | |
* "Support" spans for maps In toml you can declare maps via {} and via [name]. We can't obtain spans for [] maps but at least we can emit fake spans to make SpannedValue work. We also add a regression test. * Don't regress the inline table case * Also support arrays | ||||
2019-09-16 | Support deserializing spanned keys (#333) | est31 | -0/+73 | |
* Store key spans in the deserializer * Support deserializing spanned keys * Store key spans of the table header as well * Support nested table key spans as well | ||||
2019-09-05 | Suppport deserialization of Spanned<> at the top level (#328) | est31 | -9/+33 | |
2019-05-08 | cargo fmt | Eric Huss | -12/+9 | |
2018-05-09 | Make spanned module private and hide internals | John-John Tedro | -3/+3 | |
2018-05-07 | Fix incorrectly reported spans for Datetime | John-John Tedro | -0/+23 | |
2018-05-07 | Adjust spans for more complex types | John-John Tedro | -0/+13 | |
2018-05-07 | Use custom struct/field naming to deserialize spans | John-John Tedro | -0/+30 | |