Skip to content

ryanhiebert/usfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

USFM

An parser for the Unified Standard Markup Format (USFM).

Setup

usfm is written in Rust, and requires a nightly build, due to it's use of the peg syntax extensions.

I recommend getting the latest nightly Rust using multirust (https://github.com/brson/multirust). Install multirust, clone and enter this repository, then run:

multirust override nightly
cargo build

Note that this only builds the library, it doesn't use it. There's currently no reference binary that uses this library.

About

A Rust USFM parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages