recordjar 0.0.2

Record-JAR structured text database reader (for Rust)
Documentation

# directories (by name)

/_analyses/

/.idea/

/scratch/
/target/


# directories (by pattern)

**/__pycache__/

**/.mypy_cache/
**/.pytest_cache/
**/.ruff_cache/


# files (by name)

.DS_Store
.ruby-version


# files (by pattern)

**/*.rs.bk # These are backup files generated by rustfmt

*~
*.*~
*.???_obj
*.a
*.app
*.bak
*.class
*.diff
*.dll
*.dylib
*.exe
*.gch
*.gem
*.idb
*.ilk
*.lib
*.log
*.ncb
*.o
*.obj
*.opensdf
*.opt
*.org
*.out
*.pch
*.pdb
*.pyc
*.pyo
*.res
*.sbr
*.scc
*.sdf
*.so
*.suo
*.sw[ponm]
*.swp
*.test
*.tlog
*.tmp
*.xcuserstate
*.zip