pub fn load(path: &Path) -> Result<LoadResult, LoadError>Expand description
Load a beancount file.
This is a convenience function that creates a loader and loads a single file.
pub fn load(path: &Path) -> Result<LoadResult, LoadError>Load a beancount file.
This is a convenience function that creates a loader and loads a single file.