readcon-core 0.14.0

An oxidized single and multiple CON file reader and writer with FFI bindings for ergonomic C/C++ usage.
Documentation
name = "ReadCon"
version = "0.13.1"
license = "MIT"
author = "LODE developers"
maintainer = "LODE developers"
copyright = "2025-present LODE developers"
description = "Fortran ISO_C_BINDING bindings for readcon-core (CON/convel I/O)"

[library]
source-dir = "src"

[build]
auto-tests = true
auto-examples = true
link = ["readcon_core"]

[install]
library = true

[[test]]
name = "test_read_con"
source-dir = "test"
main = "test_read_con.f90"

[[example]]
name = "read_first"
source-dir = "example"
main = "read_first.f90"