Crate takoyaki

Crate takoyaki 

Source

Re-exports§

pub use serde;

Structs§

Cache
Main struct that handles Cache
HeaderMap
A set of HTTP headers
HeaderValue
Represents an HTTP header field value.
Paths
All the paths are stored and constructed here globally
PluginConfig
PrintOptions
Defines all the options for the printable
Printable
Defines a printable
PrintableGrid
Handles printing the data to the terminal
RootConfig
RootConfig that handles fetching and parsing of the config
RootConfigType
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
TakoyakiConfig
Defines how the takoyaki plugin should be structured
TakoyakiRequest
Defines how the reqwest builder should be created
Unicode
Config type for the unicode type

Enums§

TakoyakiError
Errors raised by takoyaki

Type Aliases§

Result
Custom result type which includees TakoyakiError as Error type