Fix case in docs serialization (#6808)

This commit is contained in:
Laurenz 2025-08-22 19:16:42 +02:00 committed by GitHub
parent f7b932261b
commit e1c9fc36a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ pub struct CategoryItem {
/// Details about a function.
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct FuncModel {
pub path: Vec<EcoString>,
pub name: EcoString,