Crates.io | pukram-formatting |
lib.rs | pukram-formatting |
version | 0.2.0 |
source | src |
created_at | 2023-08-06 15:21:44.270725 |
updated_at | 2024-09-19 22:56:28.540014 |
description | A type to represent the formatting of the pukram markup language |
homepage | |
repository | https://gitlab.com/porky11/pukram-formatting |
max_upload_size | |
id | 937216 |
size | 6,438 |
pukram-formatting
provides a Formatting
struct that allows combining various text formatting styles commonly used in the pukram markup language.
It supports the following formatting styles:
normal
*bold*
/italic/
`mono`
^superscript^
|subscript|
^|small|^
_underscore_
~strikethrough~
All formattings can be combined using bitwise operations.