{"id":18855847,"url":"https://github.com/gdalle/checkconcretestructs.jl","last_synced_at":"2025-09-03T16:32:58.288Z","repository":{"id":260247581,"uuid":"880665230","full_name":"gdalle/CheckConcreteStructs.jl","owner":"gdalle","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-19T04:58:55.000Z","size":225,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-19T05:39:42.369Z","etag":null,"topics":["julia","types"],"latest_commit_sha":null,"homepage":"https://gdalle.github.io/CheckConcreteStructs.jl/","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gdalle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-30T05:58:22.000Z","updated_at":"2024-11-19T04:57:23.000Z","dependencies_parsed_at":"2024-11-19T05:44:13.796Z","dependency_job_id":null,"html_url":"https://github.com/gdalle/CheckConcreteStructs.jl","commit_stats":null,"previous_names":["gdalle/checkconcretestructs.jl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdalle%2FCheckConcreteStructs.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdalle%2FCheckConcreteStructs.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdalle%2FCheckConcreteStructs.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdalle%2FCheckConcreteStructs.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gdalle","download_url":"https://codeload.github.com/gdalle/CheckConcreteStructs.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231903403,"owners_count":18443523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["julia","types"],"created_at":"2024-11-08T03:56:32.503Z","updated_at":"2024-12-30T19:22:42.945Z","avatar_url":"https://github.com/gdalle.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CheckConcreteStructs.jl\n\n[![Build Status](https://github.com/gdalle/CheckConcreteStructs.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/gdalle/CheckConcreteStructs.jl/actions/workflows/Test.yml?query=branch%3Amain)\n[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/CheckConcreteStructs.jl/dev/)\n[![Coverage](https://codecov.io/gh/gdalle/CheckConcreteStructs.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gdalle/CheckConcreteStructs.jl)\n[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle)\n\nFaulty or missing [type declarations](https://docs.julialang.org/en/v1/manual/performance-tips/#Type-declarations), especially for struct fields, are a common performance pitfall in Julia.\nThis package allows you to check that the structs you work with have concretely-typed fields.\n\n## Getting started\n\nYou can install CheckConcreteStructs.jl from the GitHub URL:\n\n```julia\nusing Pkg\nPkg.add(url=\"https://github.com/gdalle/CheckConcreteStructs.jl\")\n```\n\nThe main exports of this package are:\n\n- the function [`all_concrete`](@ref), which can be used on an existing type or module\n- the macro [`@check_concrete`](@ref), which can be used before a `struct` definition\n\nPlease read their docstrings for examples.\n\n## Related packages\n\n[ConcreteStructs.jl](https://github.com/jonniedie/ConcreteStructs.jl) exports a macro `@concrete` which adds all the necessary type parameters to a `struct` definition. In other words:\n\n- CheckConcreteStructs.jl tells you how to fix problems when they occur.\n- ConcreteStructs.jl prevents them from occurring at all (in a slightly more opaque way).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdalle%2Fcheckconcretestructs.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdalle%2Fcheckconcretestructs.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdalle%2Fcheckconcretestructs.jl/lists"}