fack 0.2.0

Declarative error handling library with no_std support and composable code generation
Documentation
1
2
3
4
5
error: transparent error source cannot be optional
 --> tests/ui/optional_transparent.rs:4:8
  |
4 | struct Error(Option<std::io::Error>);
  |        ^^^^^