Skip to content

futuredapp/futured-macros

Repository files navigation

FuturedMacros

Swift macros used by Futured.

Features

  • EnumIdentable
    • Can be applied to enum to add Identifiable conformance.

Installation

When using Swift package manager install using or add following line to your dependencies:

    .package(url: "https:/futuredapp/futured-macros", branch: "main")

Contributions

All contributions are welcome.

Current maintainer and main contributor is Šimon Šesták, [email protected].

License

FuturedMacros is available under the MIT license. See the LICENSE file for more information.