Skip to main content

Crate cranpose_services

Crate cranpose_services 

Source
Expand description

Multiplatform service abstractions used by Cranpose applications.

Re-exports§

pub use http::default_http_client;
pub use http::local_http_client;
pub use http::map_ordered_concurrent;
pub use http::HttpClient;
pub use http::HttpClientRef;
pub use http::HttpError;
pub use http::HttpFuture;
pub use theme::default_system_theme;
pub use theme::isSystemInDarkTheme;
pub use theme::local_system_theme;
pub use theme::ProvideSystemTheme;
pub use theme::SystemTheme;
pub use uri_handler::default_uri_handler;
pub use uri_handler::local_uri_handler;
pub use uri_handler::ProvideUriHandler;
pub use uri_handler::UriHandler;
pub use uri_handler::UriHandlerError;
pub use uri_handler::UriHandlerRef;

Modules§

http
theme
uri_handler