standout-bbparser 3.7.0

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 = "standout-bbparser"
version = "3.7.0"
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/standout"

[dependencies]
console = "0.15"

[dev-dependencies]
proptest = "1"