Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Improve macros#256

Merged
MindFlavor merged 2 commits intoMindFlavor:masterfrom
kichristensen:ImproveMacros
Apr 19, 2020
Merged

Improve macros#256
MindFlavor merged 2 commits intoMindFlavor:masterfrom
kichristensen:ImproveMacros

Conversation

@kichristensen
Copy link
Contributor

Fully qualify imports in the macro, to ensure no imports are needed when using it.
Previously users would get surprises when using the macro, as it would fail to compile if the right imports weren't defined.

This ensures that users don't get any suprises when using the macro.
Previously users would would have to import several different types fron
std and from the crate. With this change this is no longer necessary
Fully qualify imports in the macro, to ensure no imports are needed when
using it
@MindFlavor MindFlavor added Blob storage Blob storage Core Azure SDK Core crate ergonomics Issues about ease of use of the library labels Apr 19, 2020
@MindFlavor
Copy link
Owner

Thank you very much! I'll publish them ASAP! 👍

@MindFlavor MindFlavor merged commit a5e2ffc into MindFlavor:master Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Blob storage Blob storage Core Azure SDK Core crate ergonomics Issues about ease of use of the library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants