I'm renaming the
fuchsia_zircon crate to
zx. This crate was already commonly aliased to
zx in most of our Rust programs, and this new name also aligns with
libzx in C++ which offers the analogous functionality.
I've also taken this opportunity to move the library to a new home in
//sdk/rust/zx as there are discussions spinning up about a Rust SDK. Stay tuned for more news on that front, but nothing is official yet.
Most of the users of this library have already been migrated and once
https://fxrev.dev/1130554 lands this migration will be complete. Apologies for the rebasing needed for existing changes, hopefully it won't be too disruptive.
Happy hacking!