Crate slumber_core

Source
Expand description

Core frontend-agnostic functionality for Slumber, agnostic of the front end.

This crate is not semver compliant. The version is locked to the root slumber crate version. If you choose to depend directly on this crate, you do so at your own risk of breakage.

Modulesยง

  • A request collection defines recipes, profiles, etc. that make requests possible
  • The database is responsible for persisting data, including requests and responses.
  • HTTP-specific logic and models. HttpEngine is the main entrypoint for all operations. This is the life cycle of a request:
  • Generate strings (and bytes) from user-written templates with dynamic data
  • Miscellaneous utility constants/types/functions