awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to malien/staticarray

Open-source alternatives to StaticArray

16 open-source projects similar to malien/staticarray, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best StaticArray alternative.

  • alschmut/structbuildermacroAvatar de alschmut

    alschmut/StructBuilderMacro

    22Voir sur GitHub↗

    @Buildable is an attached swift macro for structs, classes and enums, which produces a peer struct implementing the builder pattern. Initialise your object with minimal effort using default values. ```swift import Buildable

    Swift
    Voir sur GitHub↗22
  • dziobaczy/swiftbuildermacroAvatar de dziobaczy

    dziobaczy/SwiftBuilderMacro

    44Voir sur GitHub↗

    While macros are still very fresh inspired by work done by Doug Gregor here this repo aims to help get familliar with the macros by exploring their capabilities.

    Swift
    Voir sur GitHub↗44
  • eneskaraosman/loremswiftifyAvatar de EnesKaraosman

    EnesKaraosman/LoremSwiftify

    19Voir sur GitHub↗

    A Swift macro that generates realistic mock/fake data for structs, classes, and enums — perfect for SwiftUI previews and snapshot tests.

    Swift
    Voir sur GitHub↗19
  • leedh2004/sealedmacroAvatar de leedh2004

    leedh2004/SealedMacro

    19Voir sur GitHub↗

    ✨ Swift Macro, Parsing Sealed Class JSON Model. (ex. kotlin server's sealed class json)

    Swift
    Voir sur GitHub↗19
  • mikhailmaslo/macro-codable-kitAvatar de mikhailmaslo

    mikhailmaslo/macro-codable-kit

    41Voir sur GitHub↗

    MacroCodableKit enhances your Codable experience in Swift, leveraging macros to generate precise and efficient code with zero additional memory allocations, thanks to the usage of pure (static) functions. It's a comprehensive solution providing support for AllOf, OneOf, and customizable…

    Swift
    Voir sur GitHub↗41

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • mr-alirezaa/buildablemacroAvatar de Mr-Alirezaa

    Mr-Alirezaa/BuildableMacro

    29Voir sur GitHub↗

    BuildableMacro is a Swift package inspired by Apple's SwiftUI and Observation frameworks, simplifying property modification in Swift through automated fluent setter function generation.

    Swift
    Voir sur GitHub↗29
  • neothxt/codableoptionsetAvatar de neothXT

    neothXT/CodableOptionSet

    5Voir sur GitHub↗

    CodableOptionSet allows you to easily make your OptionSets conform to Codable and automatically cover init(from decoder: Decoder) and encode(to encoder: Encoder) for you. All you need to do is to add @EasilyCodableOptionSet to your OptionSet.

    Swift
    Voir sur GitHub↗5
  • neothxt/listablepropertiesAvatar de neothXT

    neothXT/ListableProperties

    2Voir sur GitHub↗

    ListableProperties macro allows to list all the properties of a struct, class and other types by adding static getProperties() func to it. All you need to do is to add @ListableProperties to your model.

    Swift
    Voir sur GitHub↗2
  • pitt500/swiftandtipsmacrosAvatar de pitt500

    pitt500/SwiftAndTipsMacros

    110Voir sur GitHub↗

    This repository contains a list of Swift Macros to make your coding live on Apple ecosystem simpler and more productive.

    Swift
    Voir sur GitHub↗110
  • ryu0118/codingkeysmacroAvatar de Ryu0118

    Ryu0118/CodingKeysMacro

    73Voir sur GitHub↗

    Swift Macro that automatically generates CodingKeys for converting snake_case to lowerCamelCase.

    Swift
    Voir sur GitHub↗73
  • sasha-riabchuk/codingkeysmacro-swiftAvatar de sasha-riabchuk

    sasha-riabchuk/CodingKeysMacro-swift

    14Voir sur GitHub↗

    CodingKeysMacro-swift is an incredibly powerful Swift Compiler Plugin that introduces an automated way to generate CodingKeys for Codable structs in Swift. This eliminates the need for manually declaring CodingKeys enumeration for every Codable struct, saving you valuable time and reducing the…

    Swift
    Voir sur GitHub↗14
  • swiftylab/metacodableAvatar de SwiftyLab

    SwiftyLab/MetaCodable

    777Voir sur GitHub↗

    Supercharge Swift's Codable implementations with macros.

    Swift
    Voir sur GitHub↗777
  • tgeisse/userdefaultsobservationAvatar de tgeisse

    tgeisse/UserDefaultsObservation

    31Voir sur GitHub↗

    Combining UserDefaults with Observation, giving you the ability to easily create Observable UserDefaults-backed classes.

    Swift
    Voir sur GitHub↗31
  • ugommirikwe/swiftcopyablemacroAvatar de ugommirikwe

    ugommirikwe/SwiftCopyableMacro

    5Voir sur GitHub↗

    SwiftCopyableMacro is a very simple Swift macro library that auto-generates a copy() function for structs at compile time, which takes all the public properties of the struct as arguments in the function, enabling a runtime ability to elegantly duplicate an instance of the struct and setting new…

    Swift
    Voir sur GitHub↗5
  • unixzii/enhancedmirrorAvatar de unixzii

    unixzii/EnhancedMirror

    50Voir sur GitHub↗

    An experimental Mirror alternative that utilizes Swift Macros for static reflection.

    Swift
    Voir sur GitHub↗50
  • zijievv/codingkeysgeneratorAvatar de zijievv

    zijievv/CodingKeysGenerator

    34Voir sur GitHub↗

    Swift macros generating customizable CodingKeys

    Swift
    Voir sur GitHub↗34