sammhicks / picoserve

An async no_std HTTP server suitable for bare-metal environments, heavily inspired by axum
MIT License
209 stars 27 forks source link

`NoPathParameters` and others are still `#[doc(hidden)]` #27

Closed Ddystopia closed 8 months ago

Ddystopia commented 9 months ago

Hello, as post_service and similar require path specifiers, NoPathParameters and others should probably not be #[doc(hidden)] anymore. It is not a big deal but rust-analyzer is not doing auto imports with that.