bard 2.0.1

Creates PDF and HTML songbooks out of easy-to-write Markdown sources.
Documentation
1
2
3
4
5
6
7
8
//! Crate-wide definitions.

pub use std::convert::{TryFrom, TryInto};
pub use std::path::{Path, PathBuf};

pub use anyhow::{anyhow, bail, Context as _, Error, Result};

pub use crate::util::{PathBufExt as _, PathExt as _};