Crate livemod[][src]

Expand description

Re-exports

pub use hashlink;

Macros

Structs

A handle to an external livemod viewer.

A variable tracked by an external livemod viewer

An immutable lock of a ModVar or StaticModVar. Can be dereferenced to get the contained data.

A mutable lock of a ModVar. Can be dereferenced to get the contained data, and modified.

Multiline string input

A namespaced value in the LiveMod message transfer system

Marker type to specify a representation parameter

Slider representation for numeric values

A static trackable livemod variable.

Marker type to specify a value parameter

Enums

The target of a method call on a LiveMod variable.

Convenience type to create builtin livemod reprs.

A value in the LiveMod message transfer system

Traits

Data which can be modified by the LiveMod API

Data which provides extra guarantees about its representation.

Provider of an alternate representation for a LiveMod type