Expand description
§alumy
A batteries-included Rust SDK for rapid application development. Logging, system utilities, and filesystem helpers — all ready to use.
§Modules
log: High-performance, non-blocking logging utilities with fluent configuration.sys: System-level utilities like uptime.fs: Filesystem utilities including size parsing and path building.version: Crate metadata and version information.
§Re-exports
LogConfig is re-exported at the crate root for convenience.
The following items from tracing are also re-exported:
trace!, debug!, info!, warn!, error!, and Level.
Re-exports§
pub use tracing::trace;pub use tracing::debug;pub use tracing::info;pub use tracing::warn;pub use tracing::error;pub use tracing::Level;
Modules§
- fs
- Filesystem utilities for path building and file-size handling.
- log
- High-performance, non-blocking logging built on
tracing. - sys
- System-level utilities for cross-platform development.
- version
- Crate metadata and version information.
Macros§
- build_
path - Constructs a conventional
dir/name/name.suffixpath at compile time. - crate_
name - Returns the name of the calling crate, resolved at compile time.
- crate_
version - Returns the version string of the calling crate, resolved at compile time.
Structs§
- LogConfig
- Configuration for the logger.