bibleparsing 0.1.0

Read and/or validate Koine Greek parsing codes.
Documentation
  • Coverage
  • 0%
    0 out of 112 items documented0 out of 25 items with examples
  • Size
  • Source code size: 65.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • scripturial/parsing
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • scripturial

This crate converts parsing strings into a u32 using from_string() and converts a u32 back to a parsing string using to_string. It also provides helper functions to update and check the contents of the u32. It its tested against every parsing code found in the Byzantine and Nestle 1904 text/data files.

There is no idiomatic rust "Parsed" type or struct in this code. But one may be added in the future.

It is designed for tagging Biblical Greek, but it is also designed to be expandable to support Biblical Hebrew.

This code is provided as is. You are free to use and distribute under the MIT license under the condition that you acknowledge that you use this code at your own risk. No warantee is given or implied.

This code may have bugs, but, it currently successfully in use in production, such as for the https://scripturial.com/ project.