stof 0.7.13

A simple and embeddable data runtime.
Documentation
1
2
3
4
5
6
7
8
9
// enables the command "stof test" with the stof CLI, runnning the stof test suite
// to run all tests (including tests defined in Rust & stof test suite), run "cargo test -- --nocapture"
import: [
    'src/tests/tests.stof',
    'src/tests/tests_async.stof',
    'src/image/tests.stof',
    'src/docx/tests.stof',
    'src/pdf/tests.stof',
]