hyper-static-server 0.1.3

Simple friendly library to build static servers with hyper HTTP server.
Documentation





#[ cfg (feature = "runtime") ]
pub(crate) mod main;

#[ cfg (feature = "runtime") ]
pub(crate) mod server;

#[ cfg (feature = "runtime") ]
pub(crate) mod macros_runtime;


#[ cfg (feature = "runtime") ]
pub use main::main_with_static;


#[ cfg (feature = "runtime") ]
pub use ::hyper_simple_server as hss;

#[ cfg (feature = "runtime") ]
pub use ::hyper_simple_server::*;




#[ cfg (feature = "builder") ]
pub(crate) mod builder;

#[ cfg (feature = "builder") ]
pub(crate) mod macros_builder;

#[ cfg (feature = "builder") ]
pub use builder::*;