pukram-formatting

Crates.iopukram-formatting
lib.rspukram-formatting
version0.2.0
sourcesrc
created_at2023-08-06 15:21:44.270725
updated_at2024-09-19 22:56:28.540014
descriptionA type to represent the formatting of the pukram markup language
homepage
repositoryhttps://gitlab.com/porky11/pukram-formatting
max_upload_size
id937216
size6,438
Fabio Krapohl (porky11)

documentation

https://docs.rs/pukram-formatting

README

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.

Commit count: 20

cargo fmt