Skip to content

Conversation

@ptwales
Copy link

@ptwales ptwales commented Jan 10, 2026

Includes #43 because I needed it to compile.

It uses the Circe library with semiautomatic derivation. There are alternative libraries (ie Play) and even alternatives within that library. I figure that can all be handled with options later.

I'm suspicious that there might be some declaration ordering issues which I need to test.

use clap::{App, Arg};
use json_typegen_shared::internal_util::display_error_with_causes;
use json_typegen_shared::{Options, OutputMode, codegen, codegen_from_macro, parse};
use json_typegen_shared::{codegen, codegen_from_macro, parse, Options, OutputMode};
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some rustfmt config differences?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants