diff options
Diffstat (limited to 'src/api/lib.rs')
-rw-r--r-- | src/api/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/lib.rs b/src/api/lib.rs index 5c522799..f8165d2a 100644 --- a/src/api/lib.rs +++ b/src/api/lib.rs @@ -6,7 +6,7 @@ pub mod error; pub use error::Error; mod encoding; -mod generic_server; +pub mod generic_server; pub mod helpers; mod router_macros; /// This mode is public only to help testing. Don't expect stability here |