StructIO.jl
StructIO.jl copied to clipboard
@io depends on StructIO being imported
MWE:
julia> using StructIO: @io
julia> @io struct Foo
end
ERROR: UndefVarError: `StructIO` not defined
The @io macro should probably resolve references to StructIO already.