utoipauto
utoipauto copied to clipboard
Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
It seems the detection of `utoipa::ToSchema` is buggy. I have [uploaded an MRE here](https://github.com/bengsparks/utoipauto-mre) that I invite you to try out at your convenience. Generating and comparing both `openapi.working.yaml` and...
You published version 0.1.1 instead of 0.1.11 and there is also no version to be found on crates.io
## Adding last missing feature Add support for partial imports. This is the last feature that we are missing and when this is implemented I think we can mark `generic_full_path`...
Hey, awesome library! In #2, a user asked to have full paths reported; but I want the opposite: I want to be able to customize the path so that the...
Hi! :wave: I'm playing around with this crate and ran into an issue where schemas (and I'm guessing paths) aren't detected when behind a `cfg_attr` flag. E.g: Works: ```rust #[derive(ToSchema)]...
Hello 👋🏻 I'm trying to use this crate to automatically list my routes and models in the the utoipa macro. I tried to modularize my API into nested modules, each...
Hello, we're trying out this crate for a college assignment involving a backend server. We've setup the project to use just `utoipa` then proceeded to replace the declarations with this...
Hello! Thanks for taking the time to make this library, it's great! In #9, an issue was observed with "workspace usage". The decision was that this wasn't truly broken, which...
Hi, I have forked a rust project which has a lot of huge types, so I've added utoipa::ToSchema on all the types but now I need register them recursively, which...
**Things that break our implementation:** - [ ] [Real generics](https://github.com/juhaku/utoipa/pull/1034) - [ ] [Automatic Schema Collection](https://github.com/juhaku/utoipa/pull/1066) (maybe?) & https://github.com/juhaku/utoipa/issues/1065 I am not sure if the second thing really does break...