use crate;
use Quill;
use Path;
/// Load a quill from a directory path.
///
/// Upgrades the missing-path error to a clearer message before delegating to
/// [`quillmark::quill_from_path`]. The returned quill is engine-free, validated
/// data; rendering is done through a [`quillmark::Quillmark`] engine.