Module pagetop_hljs::config

source ·
Expand description

Configuration settings for package.

Example:

[hljs]
mode = "core"
theme = "zenburn"
tabsize = 8

Usage:

use pagetop_hljs::config;

assert_eq!(config::SETTINGS.hljs.theme, "zenburn");

See pagetop::config to learn how PageTop reads configuration files and uses settings.

Structs§

Statics§

  • Assigned or predefined values for configuration settings associated to the Settings type.