outstanding-bbparser 2.1.2

BBCode-style tag parser for terminal styling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "outstanding-bbparser"
version = "2.1.2"
edition = "2021"
description = "BBCode-style tag parser for terminal styling"
license = "MIT"
keywords = ["cli", "terminal", "bbcode", "parser", "styling"]
categories = ["command-line-interface", "parser-implementations"]
repository = "https://github.com/arthur-debert/outstanding-rs"

[dependencies]
console = "0.15"

[dev-dependencies]
proptest = "1"