No description
- Rust 91.3%
- Python 8.2%
- Nix 0.5%
| other | ||
| rsword | ||
| rsword-cli | ||
| rsword-macros | ||
| rsword-xsd2rust | ||
| test | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
RSword
WARNING
This project is work in progress, not ready to be used.
About
This is a Rust library providing access the bible in the form of sword modules, giving access to the big library of biblical texts that crosswire kindly provides.
Comparison to the original C++ sword engine.
Advantages
- No C++ dependency
- Code is simpler/more maintainable
- Better API for some use cases
Limitation
- Less features
- Don't support legacy formats
- Probably slower
- The module is loaded completely into RAM, making this very slow if you only need a single verse of that module. This might change in the future.