Crate trillium[][src]

Welcome to trillium!

This crate is the primary and minimum dependency for building a trillium app or library. It contains a handful of core types and reexports a few others that you will necessarily need, but otherwise tries to stay small and focused. This crate will hopefully be the most stable within the trillium ecosystem.

Re-exports

pub use trillium_http::http_types;

Macros

conn_ok
conn_try
log_error
sequence

Structs

BoxedTransport
Conn
Sequence
State

Traits

Handler
Transport

Type Definitions

Upgrade

Attribute Macros

async_trait