logo
Expand description

Types for working with pd

Pd wraps primitive types such as a float or a string in a type called atom. This enables pd to have heterogenous lists.

This module exposes the representation of that type as a Rust enum, Atom.

It also exposes some others to hold file or receiver handles returned from libpd functions.

Structs

The handle which is returned from opening a patch.

The handle which is returned from subscribing to a sender.

Enums

A type to represent a pd Atom type in Rust side.