reovim-kernel 0.14.4

Core kernel mechanisms for reovim (Linux kernel/ equivalent)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Internal kernel APIs.
//!
//! This module contains APIs that are for kernel-internal use only.
//! These APIs are not part of the public contract and may change without notice.
//!
//! # Warning
//!
//! Do not depend on any APIs in this module from outside the kernel crate.
//! They are hidden from documentation and provide no stability guarantees.

#![doc(hidden)]

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