rustine 0.1.1

High-performance Gel syntax parser transforming to JSON/XML (Rust + PyO3)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Normalize all text files to LF in the repository.
# Contributors on Windows get CRLF in their working copy
# only if their editor/git config requests it, but the
# committed bytes are always LF.
* text=auto eol=lf

# Ensure these stay binary (no conversion)
*.png binary
*.ico binary
*.whl binary
*.so  binary
*.pyd binary