Crate serde_ccl

Source
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 the std crate.

Structs§

Error
Error type returned by functions that can fail.

Enums§

ErrorKind
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.