mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-23 04:58:04 +00:00
contains_matches macro and more tests
This commit is contained in:
@@ -8,3 +8,8 @@ pub mod feed_message_de;
|
||||
/// A wrapper around soketto to simplify the process of establishing connections
|
||||
/// and sending messages. Provides cancel-safe message channels.
|
||||
pub mod ws_client;
|
||||
|
||||
/// A couple of macros to make it easier to test for the presense of things (mainly, feed messages)
|
||||
/// in an iterable container.
|
||||
#[macro_use]
|
||||
pub mod contains_matches;
|
||||
|
||||
Reference in New Issue
Block a user