-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
breaking changeIntroduction of an incompatible API changeIntroduction of an incompatible API changeunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement
Description
- Make
GHRepo::from_strandimpl serde::Deserialize for GHRepoonly accept strings of the form{owner}/{name} - Give
GHRepoa dedicated method for parsing from a GitHub repository URL - Give
GHRepoa dedicated method for parsing from either a URL or a repository spec - Add a function for use in
#[serde(deserialize_with)]that deserializesGHRepovalues only from GitHub repository URLs - Add a function for use in
#[serde(deserialize_with)]that deserializesGHRepovalues from either URLs or repository specs
Metadata
Metadata
Assignees
Labels
breaking changeIntroduction of an incompatible API changeIntroduction of an incompatible API changeunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement