anyparser_core/
lib.rs

1pub struct Client {
2}
3
4impl Client {
5    pub fn new() -> Self {
6        Client {}
7    }
8}