Crate eryon_core

Source
Expand description

This module implements core primitives and utilities used throughout the ecosystem.

Re-exports§

pub use super::timestamp::Timestamp;
pub use super::difference::*;
pub use super::execute::*;
pub use super::increment::*;
pub use super::modulo::*;
pub use super::transform::*;
pub use super::area::*;

Modules§

crypto
this module implements various cryptographic primitives and utilities for the sdk.
error
identity
nrt
This crate works to implemet various primitives and utilities supporting the musical aspects of the project.
ops
prelude
time
traits
types
utils

Macros§

ruleset
a macro to create a ruleset for finite state machines;

Structs§

LearnedRule
PowerIter
An iterator over the variants of Power

Enums§

Error
The error type for this crate
Power

Traits§

Numerical
Scalar
ScalarComplex
Symbolic

Functions§

std_time
systime is a utilitarian function that returns the current system time in milliseconds.
systime
systime is a utilitarian function that returns the current system time in milliseconds.

Type Aliases§

Result
A type alias for a Result with the crate-specific error type Error