Expand description
This module provides some functions that can be used as serde defaults
It is only necessary because the serde crate has no way to specify a default value for a field
it only allows functions. There is an issue open for this (since 2016): https://github.com/serde-rs/serde/issues/368