gstreamer-rs/gstreamer-rtp
Sebastian Dröge 2ba5105b80 Implement Sync/Send for more types and don't implement Send for TypeFind
They can actually be shared with multiple threads at the same time
safely as all functions requiring an immutable reference are
thread-safe.

OTOH TypeFind can't be shared safely between different threads as not
all implementations of the TypeFind struct are thread-safe.
2019-12-18 18:37:44 +02:00
..
src Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
build.rs Generate initial bindings for gstreamer-rtp 2019-08-14 18:01:00 +00:00
Cargo.toml Fix dox feature and docs.rs Cargo.toml metadata 2019-10-05 00:13:29 +03:00