lib-humus 0.6.0

Helps creating configurable frontends for humans and computers using axum, Tera and toml.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-FileCopyrightText: 2026 Slatian <baschdel@disroot.org>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

//! This module cotnains reexports of lib-humus dependencies that are exposed through the API.

pub use axum;
pub use axum_extra;
pub use fluent;
pub use fluent_syntax;
pub use mime;
pub use tera;
pub use tower;
pub use unic_langid;