//! Dynamic library loader for alef extensions (feature `dylib-loader`).
//!
//! # Status
//!
//! The public surface (config block, feature flag) is stable.
//! The concrete loader is deferred; see the Unreleased section in `CHANGELOG.md`.
use crateExtension;
use Result;
use Deserialize;
use PathBuf;
/// One `[[extensions.dylib]]` block in `alef.toml`.
/// Load dynamic extension plugins declared in `[[extensions.dylib]]`.
///
/// Currently a stub — returns an empty list.