hayro-postscript 0.1.0

A lightweight PostScript scanner.
Documentation
  • Coverage
  • 100%
    24 out of 24 items documented0 out of 8 items with examples
  • Size
  • Source code size: 59.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.65 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 44s Average build duration of successful builds.
  • all releases: 44s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • LaurenzV/hayro
    630 44 17
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LaurenzV

hayro-postscript

Crates.io Documentation

A lightweight PostScript scanner.

This crate provides a scanner for tokenizing PostScript programs into typed objects. It currently only implements a very small subset of the PostScript language, with the main goal of being enough to parse CMAP files, but the scope might be expanded upon in the future.

The supported types include integers and real numbers, name objects, strings and arrays. Unsupported is anything else, including dictionaries, procedures, etc. An error will be returned in case any of these is encountered.

Safety

This crate forbids unsafe code via a crate-level attribute.

License

Licensed under either of

at your option.