necronux_internal 0.3.0

An internal Necronux crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// ==-----------------------------------------------------------== //
// SPDX-FileCopyrightText: © 2025 Nayan Patil <nayantsg@proton.me>
//
// SPDX-License-Identifier: GPL-3.0-or-later
// ==-----------------------------------------------------------== //

#[cfg(feature = "necronux_cli_app")]
pub use necronux_cli_app as cli_app;
#[cfg(feature = "necronux_core")]
pub use necronux_core as core;
pub use necronux_utils as utils;