Expand description

Rusty Link is a Rust wrapper of abl_link, which is a C 11 wrapper made by Ableton for their C++ codebase. This library attempts to be as unopinionated and plain as possible in copying the functionality of abl_link, while hiding unsafe behaviour and providing Rust’s guarantees.

See README.md for more info.

Structs

The representation of an abl_link instance.
The representation of the current local state of a client in a Link Session.