AutoKey

1.0.1

A Swift macro that automatically generates CodingKeys enums for Codable structs, classes and actors.
andre-tirta/auto-key

What's New

Support class and actor

2025-09-18T04:56:38Z

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

auto-key

A Swift macro that automatically generates CodingKeys enums for Codable structs, classes and actors. It converts property names from camelCase to snake_case by default and supports custom key mapping via the @KeyAlias("custom_key") attribute. No more manual key mapping—just annotate and go.

Description

  • Swift Tools 6.0.0
View More Packages from this Author

Dependencies

Last updated: Sun Oct 26 2025 18:14:34 GMT-0900 (Hawaii-Aleutian Daylight Time)