simploxide 0.3.0

SimpleX-Chat bot SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! The SDK does not currently exist. The crate is empty and reserved for future use. Please, use
//! the `simploxide-client` directly instead; it allows implementing anything, with the only
//! downside that it provides no convenience methods

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