topcoat-font 0.8.1

A modular, batteries-included Rust web framework for server-rendered apps.
Documentation
1
2
3
4
5
6
7
8
//! Implementation details exposed only for this crate's macros.
//!
//! Nothing here is part of the public API; it exists so macros like
//! [`register_font!`](crate::register_font) can reach dependencies through
//! `$crate`.

#[cfg(feature = "discover")]
pub use inventory;