You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(settings): add owned string allocation for Settings struct
- Add `toOwned` method to Settings that creates heap-allocated copies
of all string fields
- Update load function to use heap-owned string allocations by
default when creating new settings files
- Update error handling to ensure all string fields are heap-owned
when parsing fails and defaults are used
- Add documentation for the new toOwned method explaining memory
ownership requirements
0 commit comments