ktav 0.1.4

Ktav — a plain configuration format. Three rules, zero indentation, zero quoting. Serde-native.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Serialization integration tests, organized by feature.

#[path = "ser/arrays.rs"]
mod arrays;
#[path = "ser/enums.rs"]
mod enums;
#[path = "ser/keywords.rs"]
mod keywords;
#[path = "ser/multiline.rs"]
mod multiline;
#[path = "ser/objects.rs"]
mod objects;
#[path = "ser/raw_marker.rs"]
mod raw_marker;
#[path = "ser/scalars.rs"]
mod scalars;
#[path = "ser/typed.rs"]
mod typed;