62 releases (27 breaking)
0.36.3 | Nov 9, 2024 |
---|---|
0.36.1 | Aug 24, 2024 |
0.35.3 | Jul 16, 2024 |
0.32.3 | Mar 30, 2024 |
0.11.0 | Nov 29, 2022 |
#257 in Template engine
345 downloads per month
Used in tpnote
410KB
7.5K
SLoC
The tpnote-lib
library is designed to embed Tp-Note's core function
in common text editors and text editor plugins. It is dealing with templates
and input files and is also part of the command line application
Tp-Note. The library
provides a default configuration in the static variable LIB_CFG
that can
be customized at runtime.
lib.rs
:
The tpnote-lib
library is designed to embed Tp-Note's core function in
common text editors and text editor plugins. It is dealing with templates
and input files and is also part of the command line application
Tp-Note. This library also
provides a default configuration in the static variable LIB_CFG
that can
be customized at runtime. The defaults for the variables grouped in
LIB_CFG
, are defined as constants in the module config
(see Rustdoc).
While LIB_CFG
is sourced only once at the start of Tp-Note, the
SETTINGS
may be sourced more often. The latter contains configuration
data originating form environment variables.
Tp-Note's high-level API, c.f. module workflow
, abstracts most
implementation details. Roughly speaking, the input path correspond to
Tp-Note's first positional command line parameter and the output path is
the same that is printed to stdout after usage. The main consumer of
tpnote-lib
's high-level API is the module workflow
in the tpnote
crate.
Dependencies
~11–44MB
~718K SLoC