An implementation of TOML in MATLAB.
Supports TOML 1.0.0.
This package comes with a test suite that can run using MATLAB's builtin testing facilities.
It also includes a shim for testing with toml-test
located at ci.bash
. Pass this as the "command" argument like so: toml-test -- ./ci.bash
.
Both of the above are included in a GitHub Actions workflow that runs on each push.