pub type ClientInfo = Implementation;
pub struct ClientInfo { pub name: String, pub version: String, }
name: String
Name of the implementation
version: String
Version of the implementation