readcon-core 0.9.0

An oxidized single and multiple CON file reader and writer with FFI bindings for ergonomic C/C++ usage.
Documentation
1
2
3
4
5
6
7
8
module ReadCon

include("types.jl")
include("wrapper.jl")

export Atom, ConFrame, read_con, write_con

end # module