gstreamer-rs/gstreamer-rtsp-server/src
Marijn Suijten 827ff99965 lib: Only export traits (Ext and ExtManual) from prelude
In gir it was brought up [1] that some traits (in particular
`*ExtManual`) are exported from the crate root in addition to the
prelude, cluttering the environment unnecessarily.  This commit removes
all these reexports, leaving those in prelude (that were already there)
only.

After this commit everything matching `Ext(Manual)?\b` in `lib.rs` sits
within `pub mod prelude {};`.

[1]: https://github.com/gtk-rs/gir/pull/1111
2021-04-26 11:25:23 +02:00
..
auto Regenerate with latest gir 2021-04-25 14:45:01 +03:00
subclass fix-getters-calls 0.3.0 pass 2021-04-20 18:18:02 +02:00
lib.rs lib: Only export traits (Ext and ExtManual) from prelude 2021-04-26 11:25:23 +02:00
rtsp_address_pool.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_auth.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_client.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_context.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_media.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_media_factory.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_server.rs rtsp_server: RTSPServer::attach() is fallible 2021-02-04 22:04:39 +01:00
rtsp_session_pool.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_stream.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_stream_transport.rs Fix license header situation 2020-12-15 11:53:31 +01:00
rtsp_thread.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
rtsp_token.rs Update for Value trait refactoring 2021-04-25 14:45:08 +03:00