An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# StaticThings.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/StaticThings.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/StaticThings.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/StaticThings.jl/workflows/CI/badge.svg)](https://github.com/oschulz/StaticThings.jl/actions/workflows/CI.yml)
[![Codecov](https://codecov.io/gh/oschulz/StaticThings.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/StaticThings.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](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)