Karol Hamráček
Results
2
issues of
Karol Hamráček
# There is an compilation error during the `schematic_macro` compilation. ``` Compiling schematic_macros v0.17.8 error: Unexpected type `lit` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/schematic_macros-0.17.8/src/common/field.rs:44:22 | 44 | #[darling(with = "preserve_str_literal", map = "Some")] |...
My system consist of 2-3 schemas based on the endpoint. I would like to reuse complex types in all of them but to be able export sdl schema hiding/excluding some...
question