Home
last modified time | relevance | path

Searched refs:registry (Results 1 – 3 of 3) sorted by relevance

/xiu/
H A DCargo.lock8 source = "registry+https://github.com/rust-lang/crates.io-index"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
1779 name = "oid-registry"
1788 name = "oid-registry"
2548 name = "signal-hook-registry"
2849 "signal-hook-registry",
3658 "oid-registry 0.4.0",
[all …]
/xiu/protocol/webrtc/src/
H A Dwhip.rs13 use webrtc::interceptor::registry::Registry;
39 let mut registry = Registry::new(); in handle_whip() localVariable
42 registry = register_default_interceptors(registry, &mut m)?; in handle_whip()
47 .with_interceptor_registry(registry) in handle_whip()
H A Dwhep.rs13 use webrtc::interceptor::registry::Registry;
44 let mut registry = Registry::new(); in handle_whep() localVariable
47 registry = register_default_interceptors(registry, &mut m)?; in handle_whep()
52 .with_interceptor_registry(registry) in handle_whep()