//! Cell-based list backend for the SIM constellation.
//!
//! Provides a mutable cons-cell list implementation satisfying the kernel
//! `ListBackend` contract, registered as a loadable library through
//! [`install_cons_list_lib`]. Lists are built from shared [`ConsList`] cells.
pub use ;
pub use ;
pub use ConsList;