-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add links & README.md for services #695
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
license = "MIT" | ||
description = "generated REST API bindings" | ||
repository = "https://github.com/azure/azure-sdk-for-rust" | ||
homepage = "https://github.com/azure/azure-sdk-for-rust" | ||
documentation = "https://docs.rs/{}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we're using format!()
could we switch to named parameters? As more replacements are added it gets more difficult to keep them properly serialized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to switch over to a jinja
template in a future pull request for this too.
Utf8PathBuf::from_path_buf(c).map_err(Error::FromPathBuf) | ||
} | ||
|
||
pub fn join_several<P1: AsRef<Utf8Path>>(a: P1, b: &[Utf8PathBuf]) -> Result<Vec<Utf8PathBuf>> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test for this as well?
Co-authored-by: Heath Stewart <[email protected]>
The primary purpose of the pull request is to add links & README.md for services. Fix #632.
For AutoRust, it also makes a couple of additional changes:
Utf8Path
&Utf8PathBuf
fromcamino
I'll be making a separate pull request to explain the tags.