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

Implement include_str! for tags #893

Closed junlarsen closed 5 months ago

junlarsen commented 5 months ago

Fixes #877

Moves the Str enum into parse_utils and wraps with parse_next_literal_str_or_include_str().

Also includes a test-case to test the new functionality