#constant

fabricatio-constants

This crate provides constant values used throughout the fabricatio application

1 unstable release

Uses new Rust 2024

new 0.1.0 May 24, 2025

#267 in Template engine

MIT license

3KB

fabricatio-constants

This crate provides constant values used throughout the fabricatio application.

Constants

  • NAME: The name of the application, "fabricatio".
  • ROAMING: The directory where application-specific configuration data is stored.
  • TEMPLATES: A subdirectory of ROAMING, used to store template files.

The ROAMING and TEMPLATES directories are lazily initialized upon first use.

Dependencies

~97–580KB