//! DSFB - Drift-Slew Fusion Bootstrap
//!
//! A trust-adaptive nonlinear state estimation algorithm for tracking
//! position (phi), velocity/drift (omega), and acceleration/slew (alpha)
//! across multiple measurement channels with adaptive trust weighting.
// Re-export main types
pub use DsfbObserver;
pub use DsfbParams;
pub use DsfbState;
pub use TrustStats;