1. Introduction
  2. User Guide
  3. Getting Started
  4. Defining a Model
  5. Property Graphs
    1. Exploring Without Indexes
    2. Hash Indexes
    3. Range Indexes
    4. Full-text Indexes
  6. Derive Macros
  7. Basic Operations
  8. Graph Traversal
    1. Walker Overview
    2. Walker Steps
      1. vertices
      2. vertices_by_id
      3. edges
      4. head
      5. tail
      6. filter
      7. control_flow
      8. map
      9. fold
      10. reduce
      11. take
      12. first
      13. push_context
      14. default_context
      15. mutate_context
      16. detour
      17. collect
      18. count
      19. into_iter
      20. probe
      21. mutate
      22. boxed
      23. dbg
    3. Context System
    4. Best Practices
  9. Implementation Guide
  10. Implementation Guide for Graph Backends
  11. Creating a Graph Implementation
  12. Testing Your Implementation
  13. Features and Extensions
  14. Implementing Indexes
  15. Benchmarking
  16. Reference
  17. API Reference
  18. Support Traits
  19. Derive Macros
  20. Existing Implementations
    1. SimpleGraph
    2. PetGraph