pub fn generate_enumeration_source(
id: &Uuid,
enumeration: &EnumerationFrozen,
parent_path: &str,
) -> Result<Directory, VfsError>Expand description
Generates a Rust source file for the given enumeration.
It contains the type declaration and some functions
to serialize and deserialize values.
It depends on arora_buffers, arora_types and uuid.