Expand description
The libspa
crate provides a high-level API to interact with
libspa.
Re-exports§
pub use spa_sys as sys;
Modules§
- Types for dealing with SPA parameters.
- This module deals with SPA pods, providing ways to represent pods using idiomatic types and serialize them into their raw representation, and the other way around.
- Miscellaneous and utility items.
Macros§
- Convenience macro to build a pod from values using a spa pod builder.
- Convenience macro to parse values from a spa pod using a spa pod parser.
- Call a method on a spa_interface.
- A macro for creating a new
StaticDict
with predefined key-value pairs.