juhaku / utoipa

Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust
Apache License 2.0
2.23k stars 173 forks source link

Enhance utoipa-swagger-ui build #936

Closed juhaku closed 4 months ago

juhaku commented 4 months ago

Use curl to download Swagger UI by default and allow using reqwest optionally with reqwest feature flag. Reqwest will be automatically enabled on Windows targets.

Change the re-build parameters as follows.

juhaku commented 4 months ago

Follow up for #923

@nightkr @oscar6echo I am making further enhancements for the build.

oscar6echo commented 4 months ago

Thx for refining it further :+1: