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.
pub fn load_raw(path: &Path) -> Result<LoadResult, LoadError>Load a beancount file without processing.
This returns raw directives without sorting, booking, or plugins. Use this when you need the original parse output.