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 Sep 12, 2018. It is now read-only.
Right now, real consumers of edn::Value need to import OrderedFloat and BigInt in order to pattern match Value completely. That means to extern crate declarations, which is awkward. This ticket tracks exposing simple constructors in the edn crate. For example, maybe
Right now, real consumers of
edn::Valueneed to importOrderedFloatandBigIntin order to pattern matchValuecompletely. That means toextern cratedeclarations, which is awkward. This ticket tracks exposing simple constructors in theedncrate. For example, maybe