zed/crates/prompt_store
Lukas Wirth 58d3a9eef4
gpui_shared_string: Implement SharedString via smol_str (#54649)
This reduces the size of Sharedstring from 32 bytes to 24 while also
allowing for small-string optimization, meaning strings with length < 23
bytes will not actually allocate.

Release Notes:

- N/A or Added/Fixed/Improved ...
2026-04-24 08:58:26 +00:00
..
src gpui_shared_string: Implement SharedString via smol_str (#54649) 2026-04-24 08:58:26 +00:00
Cargo.toml rules_library: Only store built-in prompts when they are customized (#45112) 2025-12-18 17:21:41 +01:00
LICENSE-GPL