Add Rust doc comments (`///`) to public functions and structs in `nexum_core/src/lib.rs` and re-exported modules. This improves discoverability and enables `cargo doc` to generate useful documentation.
Add Rust doc comments (
///) to public functions and structs innexum_core/src/lib.rsand re-exported modules.This improves discoverability and enables
cargo docto generate useful documentation.