pendruct

Results 3 comments of pendruct

Oh, good idea! Here's the current output: export interface AppleData { crunchy: boolean; } export interface BananaData { size: number; } export interface CarrotData { color: string; } export type...

Also, perhaps rather than changing the default behavior, this should just be another supported option? Because this would be a breaking change, in that enums would be converted in a...

@AnthonyMichaelTDM What exactly am I supposed to be annotating with `#[serde(flatten)]`? Sorry, I am looking at the example now, and maybe I should be using `#[serde(tag = "kind")]` or something?...