4 "summary": "An imperfect but more performant Result pattern in Swift.",
5 "description": " An imperfect but more performant implementation of the Result\n pattern in Swift.\n\n The common-case implementation of `Result<T> is clearly the\n future, but until Swift supports multi-payload generic enums,\n Lustre mitigates the performance problems of a `Box<T>`\n Result type.\n",
6 "homepage": "https://github.com/zwaldowski/Lustre",
12 "Zachary Waldowski": "zach@waldowski.me"
14 "social_media_url": "http://twitter.com/zwaldowski",
20 "git": "https://github.com/zwaldowski/Lustre.git",
23 "source_files": "Lustre/*.swift",