None
DE
AI Continues to Impress
[]
Zed Industries - Blog
#[derive( Debug , Clone , Deserialize )] pub struct LanguageSettings { pub tab_size : NonZeroU32 , pub hard_tabs : bool , pub soft_wrap : SoftWrap , // ... } #[derive( Clone , Default , Serialize , Deserialize , JsonSchema )] pub struct LanguageSettingsContent { /// How many columns a tab should occupy. < div class = "pv2 flex items-end" > < div class = "pv1 w-20" > {{ label }} </ div > < div class = "pv1 w-80" > < progress class = "language-bar flex" value = "{{ value }}" max = "10" ></ progress > </ div > </ div > At time of writing there are almost 1,300 lines of Auk template code, the majority of which were written with the help of the AI assistant: