TheNeikos / type_description

Provides machine-readable descriptions for rust types
Other
19 stars 1 forks source link

Interactive CLI Tool to generate files from a TypeDescription #35

Open TheNeikos opened 1 year ago

TheNeikos commented 1 year ago

Context

After writing a TypeDescription powered type, users might want help on how to write a resulting type. An interactive CLI tool might help when it comes to configurations for example.

Alternatives

None currently

matthiasbeyer commented 1 year ago

dialoguer might be the right crate for this.