reovim-kernel 0.14.3

Core kernel mechanisms for reovim (Linux kernel/ equivalent)
Documentation
//! Experimental and unstable APIs.
//!
//! This module contains APIs that are experimental and may change without notice.
//! These APIs are feature-gated behind the `unstable-api` feature flag.
//!
//! # Warning
//!
//! APIs in this module:
//! - May be removed without deprecation
//! - May have breaking changes in minor versions
//! - Are not covered by semver guarantees
//!
//! # Usage
//!
//! To use unstable APIs, enable the feature in your `Cargo.toml`:
//!
//! ```toml
//! [dependencies]
//! reovim-kernel = { version = "0.9", features = ["unstable-api"] }
//! ```

// Experimental APIs will be added here as needed.
// Currently empty - placeholder for future experimental kernel APIs.