#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 153/week @ 2024-05-20 1/week @ 2024-06-03 3/week @ 2024-06-10

157 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

~280–730KB
~17K SLoC