module IconRenderer::PList

Overview

Nabbed from https://github.com/egillet/plist-cr/

Defined in:

lib/plist.cr
lib/plist/parser.cr
lib/plist/version.cr

Constant Summary

DATE_FORMAT = "%FT%X"
VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.parse(io : IO) #

[View source]
def self.parse(xml : String) #

[View source]