awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesByte Array Converters

Tools that convert binary file data into byte arrays within source code for compilation.

Distinct from Go Source-to-Source Transformers: Distinct from Go Source-to-Source Transformers: focuses on data-to-byte-array conversion for embedding rather than DI wiring.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Byte Array Converters. Refine with filters or upvote what's useful.

Awesome Byte Array Converters GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rakyll/statikAvatar rakyll

    rakyll/statik

    3,828Vezi pe GitHub↗

    Statik is a build tool for the Go language that transforms directory structures and files into byte arrays within source code. This process enables the creation of single-binary distributions by embedding static assets directly into the compiled executable. The tool ensures deterministic builds by stripping file modification timestamps, resulting in consistent binary outputs across different environments. It also includes a build-time asset filter to limit the inclusion of specific file extensions and minimize the final executable size. To access these embedded assets, the project provides a

    Converts static files into Go source code byte slices to enable embedding within the compiled binary.

    Gofilesgogolang
    Vezi pe GitHub↗3,828
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Source Code Templates
  5. Source Code Transformation Engines
  6. Go Source-to-Source Transformers
  7. Byte Array Converters