fmtparse 0.3.0

Parse format!-like strings
Documentation
  • Coverage
  • 40.54%
    15 out of 37 items documented0 out of 8 items with examples
  • Size
  • Source code size: 37.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 706.06 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • msrd0

fmtparse License: EPL-2.0 fmtparse on crates.io fmtparse on docs.rs Source Code Repository

Parse format!-like strings. This is mostly useful if you want to write a proc macro and want to implement format!-like functionality without relying on the original macro.

See https://github.com/CombiRWTH/graph-visualiser-website/blob/6dcce28567d08bb73d4b2bd7533bf246291f3a76/rust/algorithm/impl/src/lib.rs#L203-L223 for an example usage of this crate.