diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ pub mod call; pub mod client; +pub mod common; pub mod error; pub mod response; |
![]() |
index : inwx-rs.git | |
A high-level Rust client for the INWX XML-RPC API. | himbeer |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 1 |
@@ -1,5 +1,6 @@ pub mod call; pub mod client; +pub mod common; pub mod error; pub mod response; |