Re-exports§
pub use serde;
Structs§
- Cache
- Main struct that handles Cache
- Header
Map - A set of HTTP headers
- Header
Value - Represents an HTTP header field value.
- Paths
- All the paths are stored and constructed here globally
- Plugin
Config - Print
Options - Defines all the options for the printable
- Printable
- Defines a printable
- Printable
Grid - Handles printing the data to the terminal
- Root
Config - RootConfig that handles fetching and parsing of the config
- Root
Config Type - Config type on the root of the config
- State
- State is generally built from reqwest::RequestBuilder or Cache
- Takoyaki
- Takoyaki core struct that assembles all the utilities
- Takoyaki
Config - Defines how the takoyaki plugin should be structured
- Takoyaki
Request - Defines how the reqwest builder should be created
- Unicode
- Config type for the unicode type
Enums§
- Takoyaki
Error - Errors raised by takoyaki
Type Aliases§
- Result
- Custom result type which includees
TakoyakiErroras Error type