#parser #ascii #plist #macro #case #glyph #ne-xtstep

macro ascii_plist_derive

A derive macro for parsing NeXTSTEP (ASCII) plist files

1 unstable release

0.0.1 May 21, 2024

#13 in #plist

Download history 144/week @ 2024-05-18 9/week @ 2024-05-25

153 downloads per month
Used in 3 crates (via glyphs-reader)

MIT/Apache

8KB
155 lines

ascii_plist_derive

This crate provides a simple derive macro for parsing ASCII/NeXTSTEP/OpenStep style property lists. It is designed for use by the glyphs-reader crate and may not be suitable for other purposes.


lib.rs:

A simple and limited proc macro for parsing ASCII plists.

This tool was written for and is tailored to the case of parsing the .glyphs files generated by Glyphs.app.

Dependencies

~290–740KB
~18K SLoC