Hicham Azimani

Results 16 comments of Hicham Azimani

Btw the manual implementation works fine in swagger : ```rust impl ApiComponent for UploadForm { fn content_type() -> String { "multipart/form-data".to_string() } fn child_schemas() -> Vec { vec![] } fn...

Hi :) No worries since I have a backup solution with the manual impl it's fine. I don't see in the 1.0.0 pre-release any change that will make it work...

Thank you for your answer. I'll try to work on it :)

Really interested by this feature! Is there something blocking ?

Sure I'll try to do it in the next few days. Btw Thank for this library !!!