Files
toml11/toml
ToruNiina 8acc348106 feat: 💥 change interface around types
- change value_t::typename from CamelCase to snake_case.
- drop CamelCase typename supports.
The changes are introduced to make the interfaces uniform. For some
(historical) reasons, toml11 has both CamelCase names and snake_case
names for types. Additionally, since `float` is a keyword, snake_case
names uses `floating` to avoid collision and CamelCase name uses `Float`
because toml official calls it `Float`. This is too confusing.
Since it is a major upgrade, I think it is a big chance to make them
uniform.
2019-06-01 13:33:57 +09:00
..
2019-03-16 14:27:05 +09:00
2019-05-30 14:39:15 +09:00
2019-03-16 14:27:05 +09:00
2018-12-13 20:44:10 +09:00
2019-06-01 13:33:57 +09:00