dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
70 stars 19 forks source link

[Encoding] Implement some encode(to:) methods for some types #193

Closed jsbean closed 4 years ago

jsbean commented 4 years ago

This PR addresses some of the fatalErrors in Encodable encode(to:) implementations.

Looks out over the horizon toward #174.