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
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
While
from_strin method.rs currently mentions that it is case insensitive, the code reads otherwise. This probably should be fixed.Additionally, the rules for extension methods probably should match the token production given here, and fail or return None otherwise.
(I'll try my hand at this)