10 releases
new 0.0.10 | Apr 17, 2025 |
---|---|
0.0.9 | Apr 17, 2025 |
0.0.8 | Jun 23, 2021 |
0.0.7 | May 28, 2020 |
0.0.1 | Apr 30, 2020 |
#973 in Text processing
138 downloads per month
Used in nib-cli
38KB
1K
SLoC
Nib
nib
is the main library of Nib and which is built to assist making a
static site generator application.
Please take a look at nib-cli
or nib-server
.
Usage
Installation
% cargo install nib
Example
TODO
Development
% cd /path/to/repo
% make build:debug:server
% ./target/debug/nib-server
% cd /path/to/repo
% rm -fr src/**/target
% rm -fr dst/*
% make build:debug::cli
% ./target/debug/nib
Dependencies
~11–21MB
~283K SLoC