Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
676 stars 231 forks source link

Add "root" crate for TypeSpec #1695

Closed heaths closed 3 days ago

heaths commented 3 days ago

Serves as a package-as-a-namespace for RFC 3243: https://rust-lang.github.io/rfcs/3243-packages-as-optional-namespaces.html.

We may put common types between possible client- and service-side code generators in here as well.

heaths commented 3 days ago

If approved, I plan to publish this immediately.

heaths commented 3 days ago

Adding @ronniegeraghty. We can fill out this README more (which will also appear on crates.io) as we do more with it.