nbf 0.2.1

Draft implementation of the Nested Blocks Format, which is a human-friendly text format for expressing nested or hierarchical data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Christoph Freitag <chrfre@pm.me>"]
categories = ["parser-implementations"]
description = "Draft implementation of the Nested Blocks Format, which is a human-friendly text format for expressing nested or hierarchical data."
documentation = "https://docs.rs/nbf"
edition = "2021"
keywords = ["nbf", "human-readable", "format", "parser", "nested_blocks_format"]
license = "MPL-2.0"
name = "nbf"
readme = "README.md"
repository = "https://gitlab.com/chrfre/nbf.git"
version = "0.2.1"