Crate tool[−][src]
rustool
Personal toolbox for my Rust projects
Using rustool
Simply add the following to your Cargo.toml file:
ⓘ
[dependencies] rustool = "0.3.4"
Re-exports
pub use crate::core::*; |
Modules
| core | Main functionalities. |
Macros
| debug | Alias for debug logs. |
| error | Alias for error logs. |
| info | Alias for info logs. |
| log_init | Macro for the function to initialize the logs for default usage. |
| trace | Alias for trace logs. |
| warn | Alias for warn logs. |
Traits
| SuperScalar | Trait that extends |
Type Definitions
| List | Type alias for [ |
| Slice | Type alias to define a slice of the size of its matrix. |
| Vector | Type alias for |
| Vectors | Type alias for [ |