A package to handle nested graphs.
NestedGraphs.jlrequires Julia v1.9+
NestedGraphs.jl is a young project that aims at easy and type-stable graph analysis for nested graphs.
This package is in an early development stage and might break often.
julia> import Pkg
julia> Pkg.add("NestedGraphs")
julia> using NestedGraphsSetup the test environment using Run.jl. Start julia inside the NestedGraphs dev-ed directory and then:
julia> using Run
julia> Run.prepare_test() # instantiates and precompiles `./test/`
julia> Run.test() # test package