Module prc::param

source · []

Structs

A list of params.

A list of key-value pairs of params. Acts essentially like a hash-map, but is presented in list form to preserve key order, as well as to handle rare cases where a key may be duplicated. Keys are hashed strings, represented by the Hash40 type.

Enums

The central data structure to param files and params. Similar to tree-like recursive data formats such as JSON.