You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From talking with @dignifiedquire offline about #51, the biggest constraining feature we have currently is not being able to initialize mime types with attributes as constants. E.g.
constTEXT:Mime = "text/plain; encoding=utf-8"
We should figure out how to enable it, probably looking to hyperium/mime as inspiration as their impl does allow for this.
The text was updated successfully, but these errors were encountered:
yoshuawuyts
changed the title
Allow mime const ininitialization with attributes
Allow mime const initialization with attributes
Jan 6, 2020
From talking with @dignifiedquire offline about #51, the biggest constraining feature we have currently is not being able to initialize mime types with attributes as constants. E.g.
We should figure out how to enable it, probably looking to
hyperium/mime
as inspiration as their impl does allow for this.The text was updated successfully, but these errors were encountered: