- Introduction
- Documentation Links
- 1. Tutorial
- 1.1. #[hooq] to capture error lines
- 1.2. Customize hooks with #[hooq::method(...)]
- 1.3. Create/use presets via flavors
- 1.4. Summary
- 2. Reference
- 2.1. Attributes
- 2.2. Method
- 2.3. Meta Variables
- 2.4. Flavors
- 2.5. Features
- 3. Recipes & Ideas
- 3.1. Perfect color-eyre
- 3.2. Batch apply under a module
- 3.3. Using in functions returning Option
- 3.4. Turn ? into .unwrap() behind a feature
- 3.5. Reinvent match desugaring