[][src]Crate netlify_toml

Structs

Build

Build holds the build variables Netlify uses to build a site before deploying it.

Config

Config represents the global configuration within a netlify.toml file.

Context

Context combines different settings grouped in a deploy context.

Header

Header holds information to add response headers for a give url.

HeaderValues
Redirect

Redirect holds information about a url redirect.

Template

Template holds information to turn a repository into a Netlify template.

Functions

from_str

Parses the contents of a netlify.toml file as a Config structure.

Type Definitions

Error

Base crate error type