microdigit 0.1.0

Converts normal input digits in in Unicode superscript/subscripts
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • vise890/microdigit
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vise890

microdigit

Install

cargo install microdigit

Usage

  ~ microdigit 123-456
# ¹²³⁻⁴⁵⁶
  ~ microdigit --subscript 123-456
# ₁₂₃₋₄₅₆
  ~ microdigit --help
# Microdigit
# Martino V. <martino@visint.in>
# Converts digits into smaller digits. You know, for terminals and things.
#
# USAGE:
#     microdigit [FLAGS] <DIGITS>...
#
# FLAGS:
#     -h, --help         Prints help information
#     -s, --subscript    Converts digits to subscript format
#     -V, --version      Prints version information
#
# ARGS:
#     <DIGITS>...    The digits to convert