stof 0.3.38

Stof is a unified data interface and interchange format for creating, sharing, and manipulating data. Stof removes the fragile and cumbersome parts of combining and using data in applications.
Documentation
1
2
3
4
5
6
7
8
// 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/image/tests.stof',
    'src/docx/tests.stof',
    'src/pdf/tests.stof',
]