Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usability: Include all used types in the generated files #125

Open
smw-wagnerma opened this issue Apr 11, 2021 · 0 comments
Open

Usability: Include all used types in the generated files #125

smw-wagnerma opened this issue Apr 11, 2021 · 0 comments

Comments

@smw-wagnerma
Copy link
Contributor

To get the generated files compileable, I have to include the used types. For me, it was for example:

use xsd_types::types as xs;
use xsd_parser::generator::validator::Validate;
use macro_utils::{UtilsDefaultSerde,UtilsTupleIo};
use std::str::FromStr;

It would be nice to include all used types through the code generator to get the files compileable without modifications.

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

No branches or pull requests

1 participant