epp-client/src
2022-01-03 10:22:20 +08:00
..
contact Use &str or Cow<'a, str> in place of String 2021-12-20 22:08:55 +08:00
domain Use &str or Cow<'a, str> in place of String 2021-12-20 22:08:55 +08:00
extensions fix impl lifetimes 2021-12-21 00:14:38 +08:00
host Use &str or Cow<'a, str> in place of String 2021-12-20 22:08:55 +08:00
message Use &str or Cow<'a, str> in place of String 2021-12-20 22:08:55 +08:00
tests Rename test directory to tests 2022-01-03 10:22:20 +08:00
client.rs Make tokio-rustls dependency optional 2022-01-03 10:22:20 +08:00
common.rs Use &str or Cow<'a, str> in place of String 2021-12-20 22:08:55 +08:00
connection.rs Move responsibility for stream setup into client 2022-01-03 10:22:20 +08:00
contact.rs Use &str or Cow<'a, str> in place of String 2021-12-20 22:08:55 +08:00
domain.rs Use &str or Cow<'a, str> in place of String 2021-12-20 22:08:55 +08:00
error.rs More concise/consistent error messages 2021-12-27 15:29:09 +08:00
hello.rs Store a Cow<'a, str> in StringValue 2021-12-20 22:08:55 +08:00
lib.rs Abstract EppClient over stream type 2022-01-03 10:22:20 +08:00
login.rs Store a Cow<'a, str> in StringValue 2021-12-20 22:08:55 +08:00
logout.rs Remove now unnecessary workspace 2021-12-13 00:19:03 +08:00
request.rs Use consistent naming for error types 2021-12-27 15:29:09 +08:00
response.rs Store a Cow<'a, str> in StringValue 2021-12-20 22:08:55 +08:00
xml.rs Preserve quick-xml errors 2021-12-27 15:29:09 +08:00