medea-jason 0.14.2

Client library for Medea media server.
Documentation
1
2
3
4
5
6
7
8
9
10
//! `wasm32`-specific utility structs and functions.

mod event_listener;
mod function;

#[doc(inline)]
pub use self::{
    event_listener::{EventListener, EventListenerBindError},
    function::Function,
};