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
Easy interop either calling into other crates or being called into
Non-goals:
Stable-enough API for being used in a crate's "1.0" API. There will be enough policy and moving pieces that I expect the major version to be bumped once a year at least.
Data model: either take EZString's interning approach for allocating for 'static or have an internal enum of the Arc and 'static, like Create rust graph library with nitric #2
Path type
Similar to EZString
Possibly have a delay load parsed out version to make those operations faster?
Goal:
Non-goals:
For use cases, requirements, and feature ideas, see https://github.com/rust-lang-nursery/cli-wg/issues/26 and https://github.com/rust-lang-nursery/cli-wg/issues/10
High level features
EZString
's interning approach for allocating for'static
or have an internal enum of theArc
and'static
, like Create rust graph library with nitric #2EZString
Pull in from other crates:
.ok()
forCommand
Guidelines
When to pull in a crate
Open Questions
Should we include regex and how should we expose it?
Should we include anything else from stdx
The text was updated successfully, but these errors were encountered: