hexser 0.6.0

Zero-boilerplate hexagonal architecture with graph-based introspection
Documentation
1
2
3
4
5
6
7
8
//! UI test: a registration derive on a generic type must fail to compile, not silently skip it.

fn main() {}

#[derive(hexser::HexDomain)]
struct GenericDomain<T> {
  inner: T,
}