Derive Macro ESExprCodec

Source
#[derive(ESExprCodec)]
{
    // Attributes available to this derive:
    #[constructor]
    #[inline_value]
    #[keyword]
    #[simple_enum]
    #[default_value]
    #[optional]
    #[dict]
    #[vararg]
}