Skip to content

deevus/bbcodez

Repository files navigation

BBCodeZ

A Zig library for parsing and formatting BBCode.

Features

✅ BBCode parsing

TODO

  • Markdown formatting (WIP)
  • HTML formatting

Quick Start

Add bbcodez to your Zig project

zig fetch --save git+https://github.com/DoubleWord-Labs/bbcodez.git

Documentation

See: https://doubleword-labs.github.io/bbcodez/

Building

zig build        # Build library
zig build test   # Run tests
zig build docs   # Generate documentation

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Releases

No releases published

Packages

No packages published

Languages