Age | Commit message (Collapse) | Author | Files | Lines |
|
Introduces an error type using the failure crate. This type has
foreign error links established to various errors that can occur
within Converse.
|
|
Sets up the structure required to carry Tera templates in the
actix-web state.
The (still very barebones) index renderer has been updated to render a
Tera template.
|
|
Adds tera as the templating engine.
|
|
This ties together the first components here (actix, diesel etc.) to
provide a _very_ simple thread overview.
|
|
Bootstraps an Actix actor carrying DB connections. This actor will be
used to interact with converse's database.
|
|
|
|
|