https://github.com/oschulz/staticthings.jl
Julia tools for generic code that works with both static and non-static values and arrays
https://github.com/oschulz/staticthings.jl
Last synced: 9 months ago
JSON representation
Julia tools for generic code that works with both static and non-static values and arrays
- Host: GitHub
- URL: https://github.com/oschulz/staticthings.jl
- Owner: oschulz
- License: other
- Created: 2025-07-26T01:09:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T19:20:38.000Z (10 months ago)
- Last Synced: 2025-09-07T15:45:08.764Z (10 months ago)
- Language: Julia
- Size: 220 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# StaticThings.jl
[](https://oschulz.github.io/StaticThings.jl/stable)
[](https://oschulz.github.io/StaticThings.jl/dev)
[](LICENSE.md)
[](https://github.com/oschulz/StaticThings.jl/actions/workflows/CI.yml)
[](https://codecov.io/gh/oschulz/StaticThings.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
StaticThings provides tools to help write generic code that works with both
static and non-static values and arrays. It bridges between
[Static](https://github.com/SciML/Static.jl) values,
[StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl) and
[FillArrays](https://github.com/JuliaArrays/FillArrays.jl), as well as
non-static values and arrays.
## Documentation
* [Documentation for stable version](https://oschulz.github.io/StaticThings.jl/stable)
* [Documentation for development version](https://oschulz.github.io/StaticThings.jl/dev)