diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ extern crate dtoa; extern crate serde; extern crate url; + + pub mod de; pub mod ser; |
![]() |
index : serde_qs.git | |
Unnamed repository; edit this file 'description' to name the repository. | Jesse Morgan |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 2 |
@@ -8,6 +8,8 @@ extern crate dtoa; extern crate serde; extern crate url; + + pub mod de; pub mod ser; |