Expand description
Serde-based crate for deserializing CCL Documents.
/= This is a CCL document
title = CCL Example
database =
enabled = true
ports =
= 8000
= 8001
= 8002
limits =
cpu = 1500mi
memory = 10Gb
§Features
std
(on by default): link to thestd
crate.
Structs§
- Error
- Error type returned by functions that can fail.
Enums§
- Error
Kind - The kind of error.
Functions§
- from_
slice - Deserializes the value from a byte slice.
- from_
str - Deserializes the value from a string.
Type Aliases§
- Result
- Result type returned by functions that can fail.