etclient_core/
lib.rs

1pub struct ClientState;
2
3#[cfg(test)]
4mod tests {
5    #[test]
6    fn it_works() {
7    }
8}