10 releases

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

#1059 in Text processing

Download history 1/week @ 2025-10-03 4/week @ 2025-10-10 8/week @ 2025-10-17 4/week @ 2025-10-24

584 downloads per month
Used in nib-cli

Apache-2.0

38KB
1K SLoC

Rust 1K SLoC // 0.0% comments Handlebars 119 SLoC // 0.1% comments

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

~12–17MB
~300K SLoC