This moves some of the changes made in https://github.com/zed-industries/zed/pull/39543 to the `publish_gpui` script. This PR also updates that script to use `gpui_` instead of `zed-` (where possible) Release Notes: - N/A
8 lines
254 B
Rust
8 lines
254 B
Rust
//! Some constants and datatypes used in the Zed perf profiler. Should only be
|
|
//! consumed by the crate providing the matching macros.
|
|
//!
|
|
//! For usage documentation, see the docs on this crate's binary.
|
|
|
|
mod implementation;
|
|
pub use implementation::*;
|