1. Intro
  2. Getting Started
  3. Help
  4. Attributes
    1. #[logos]
    2. #[token] and #[regex]
  5. Token disambiguation
  6. Using Extras
  7. Using callbacks
  8. Context-dependent lexing
  9. Common regular expressions
  10. Unicode support
  11. State machine codegen
  12. Migration Guide
  13. Debugging
  14. Unsafe Code
  15. Examples
    1. Brainfuck interpreter
    2. Simple calculator
    3. JSON parser
    4. JSON-borrowed parser
    5. String interpolation
  16. Contributing
    1. Setup
    2. Internals
    3. Fuzzing