datastreamcorelib 1.0.1

Rust version of https://gitlab.com/advian-oss/python-datastreamcorelib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod abstracts;
pub mod binpackers;
pub mod datamessage;
pub mod imagemessage;
pub mod logging;
pub mod markers;
pub mod pubsub;
pub mod resources;
pub mod utils;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}