GRMustache.swift icon indicating copy to clipboard operation
GRMustache.swift copied to clipboard

Flexible Mustache templates for Swift

Results 27 GRMustache.swift issues
Sort by recently updated
recently updated
newest added

This change fixes warnings detected in Xcode 14.3.1.

Dear team, Latest version of Mustache framework is not compatible with XCodee 14.3. I have tried many ways to integrate in my app running on XCode 14.3 but it is...

Have you given any thought to writing an `Encoder` that serializes to a `MustacheBox`? Since `Codable` conformances can be generated automatically a lot of the time, this would allow you...

Bit of a doozy, but basically, when it comes to SPM, the `GRMustacheKeyAccess` is a package that you import, but when it comes to Cocoapods, this is already bundled next...

Support swift 6 syntax.

We use this to send data to line printers (receipt printers). With filters and lambdas we can already to a lot, e.g. {{ ean13(barcode) }} with produce the ESC/POS sequence...