readcon-core 0.10.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
9
module ReadCon

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

export Atom, ConFrame, read_con, write_con,
       atom_index_by_id, build_atom_id_index

end # module