Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Tooling Crates

oxidite-cli

CLI provides:

  • project creation
  • model/controller/middleware and additional generators
  • migrations and seed management
  • dev workflow helpers

Use this for the default developer workflow in Oxidite projects.

oxidite-testing

Main APIs:

  • TestRequest
  • TestResponse
  • TestServer
  • test_router
  • async test macro re-export (tokio::test)

Use for unit/integration tests against routers/handlers with minimal setup.