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

https://github.com/tpapp/flatviews.jl

Julia package for flat views of nested collections.
https://github.com/tpapp/flatviews.jl

Last synced: 3 months ago
JSON representation

Julia package for flat views of nested collections.

Awesome Lists containing this project

README

          

# FlatViews.jl

![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)
[![build](https://github.com/tpapp/FlatViews.jl/workflows/CI/badge.svg)](https://github.com/tpapp/FlatViews.jl/actions?query=workflow%3ACI)
[![codecov.io](http://codecov.io/github/tpapp/FlatViews.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/FlatViews.jl?branch=master)

Julia package for flat views of nested collections. **EXPERIMENTAL**.

## Related packages

Similar packages include [ValueShapes.jl](https://github.com/oschulz/ValueShapes.jl), [https://github.com/JuliaNonconvex/DifferentiableFlatten.jl](DifferentiableFlatten.jl),
[ComponentArrays.jl](https://github.com/jonniedie/ComponentArrays.jl) [if I missed a package, please open an issue/PR adding to this list].

**FIXME** explain how `FlatViews` is different.