Skip to main content

load_raw

Function load_raw 

Source
pub fn load_raw(path: &Path) -> Result<LoadResult, LoadError>
Expand description

Load a beancount file without processing.

This returns raw directives without sorting, booking, or plugins. Use this when you need the original parse output.