Welcome to MetaGraphsNext.jl, a type-stable replacement for MetaGraphs.jl. It allows you to create graphs with vertex and edge metadata, on which you can unleash the full power of the Graphs.jl ecosystem.
To install the package, open the Julia REPL and type
julia> using Pkg; Pkg.add("MetaGraphsNext")