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ยง

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