utf8parse 0.2.2

Table-driven UTF-8 parser
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 34.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 947.32 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • alacritty/vte
    306 74 8
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jwilm chrisduerr github:alacritty:publishers

A table-driven UTF-8 Parser

This module implements a table-driven UTF-8 parser which should theoretically contain the minimal number of branches (1). The only branch is on the Action returned from unpacking a transition.