readcon-core 0.13.1

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
10
module ReadCon

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

export Atom, ConFrame, read_con, write_con,
       atom_index_by_id, build_atom_id_index,
       has_chemfiles_support, select_on_frame, select_atom_indices, frame_bond_count

end # module