plist_ffi 0.1.6

C FFI for the amazing plist crate, compatible with libplist
1
2
3
4
5
6
7
8
<plist version="1.0">
<dict>
    <key></key>
    <string>empty key</string>
    <key><!-- comment --></key>
    <string>empty key with comment</string>
</dict>
</plist>