Documentation
¶
Overview ¶
End-to-end demo: parse a Ktav document into a typed struct, walk the dynamic shape, then build a fresh document in Go and render it back to Ktav text.
Run with the repo-built native library:
cargo build --release -p ktav-cabi
KTAV_LIB_PATH=$PWD/target/release/libktav_cabi.so \
go run ./examples/basic
Click to show internal directories.
Click to hide internal directories.