bbcode 1.0.1

bbcode is a trait and impl for &str that compiles BBCode into HTML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bbcode"
version = "1.0.1"
authors = ["Chris MacNaughton <chris@centaurisolutions.nl>"]
description = """
bbcode is a trait and impl for &str that compiles BBCode into HTML
"""
license = "MIT/Apache-2.0"
repository = "https://github.com/ChrisMacNaughton/bbcode-rs"

[dependencies]
lazy_static = "0.2"
regex = "0.2"