server-less 0.6.0

Composable derive macros for common Rust patterns
Documentation
1
2
3
4
5
error: server-less macros do not yet support generic impl blocks — remove the type parameters or implement the trait manually; hint: consider using a concrete type, e.g. `impl MyService<ConcreteType> { ... }`
 --> tests/fixtures/http_generic_impl.rs:5:6
  |
5 | impl<T> Foo<T> {
  |      ^