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.2"

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 Scalar to create integer matrices like float matrices. It aims to be the equivalent of [RealField][nalgebra::RealField] but for integer.

Type Definitions

List

Type alias for [DVector]. The matrix has X rows and 1 column.

Slice

Type alias to define a slice of the size of its matrix.

Vector

Type alias for Vector3. The matrix has 1 row and 3 columns.

Vectors

Type alias for [MatrixXx3]. The matrix has X row and 3 columns.