Crate rubbl_core[][src]

Expand description

Core types and concepts of the Rubbl framework.

This crate provides low-level types that are expected to be used throughout the Rubbl framework.

Re-exports

pub use approx;

Modules

Basic I/O helpers.

A framework for notifying users about what tools are doing.

General helpers for numerics.

Macros

A “contextualized try” macro.

Notify the user of a fatal problem.

Send an informational notification to the user.

Notify the user of a severe problem.

Warn the user of a problematic condition.

Structs

A complex number in Cartesian form.

The Error type, which can contain any failure.

Traits

The Fail trait.

Extension methods for Result.

Type Definitions

An array that owns its data uniquely.

A convenience Result type whose error half is fixed to be failure::Error.

Derive Macros