epp-client/src
Dirkjan Ochtman 1426312df0 Derive Debug for RequestData 2022-02-10 13:55:34 +08:00
..
contact Improve check request API types by redirecting serialization 2022-01-31 14:04:48 +08:00
domain Make the Period type align with the standard 2022-01-31 14:05:16 +08:00
extensions Fix rustdoc warning 2022-02-04 11:39:13 +08:00
host Improve check request API types by redirecting serialization 2022-01-31 14:04:48 +08:00
message Use an enum for result codes 2022-01-27 17:10:28 +08:00
tests Rename test directory to tests 2022-01-03 10:22:20 +08:00
client.rs Derive Debug for RequestData 2022-02-10 13:55:34 +08:00
common.rs Redirect CheckResponse deserialization to improve interface 2022-01-31 14:04:48 +08:00
connection.rs Offer API to reconnect an EppClient 2022-02-10 13:55:34 +08:00
contact.rs Re-export command types for easier access 2022-01-03 10:29:58 +08:00
domain.rs Make the Period type align with the standard 2022-01-31 14:05:16 +08:00
error.rs Wrap timeouts around network operations 2022-02-04 11:39:13 +08:00
hello.rs Store a Cow<'a, str> in StringValue 2021-12-20 22:08:55 +08:00
lib.rs Simplify/improve crate-level documentation 2022-02-04 11:39:13 +08:00
login.rs Use an enum for result codes 2022-01-27 17:10:28 +08:00
logout.rs Use an enum for result codes 2022-01-27 17:10:28 +08:00
request.rs Use an enum for result codes 2022-01-27 17:10:28 +08:00
response.rs Use an enum for result codes 2022-01-27 17:10:28 +08:00
xml.rs Preserve quick-xml errors 2021-12-27 15:29:09 +08:00