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
It would be great to be part of the development in case you want to open a draft PR sooner than later. Parsing would go into the git-revision crate and have the following requirements.
parse plain bytes (or &BStr), not &str
call functions to signal which item was parsed, that is it doesn't parse into a data structure
Basic Parsing
It would be great to be part of the development in case you want to open a draft PR sooner than later. Parsing would go into the
git-revision
crate and have the following requirements.&BStr
), not&str
Also see this discussion for more insights.
Revision Ranges
Prerequisistes
..
(two-dot) Range Notation...
(three-dot) Symmetric Difference NotationThe text was updated successfully, but these errors were encountered: