aleth 0.0.0

Reserved name placeholder -- Aleth, a memory engine. Real release coming; this version does nothing.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Name reservation placeholder for the `aleth` crate.
//!
//! This 0.0.0 release intentionally contains no functionality. It holds
//! the name for Aleth, a memory engine, whose first real release will be
//! 0.1.0.

/// Placeholder marker. Returns `true`; carries no meaning.
pub fn reserved() -> bool {
    true
}