upub/web/src/prelude.rs
alemi af3a3fbbb8
feat: way smarter way to represent remote ids
base64 em basically. big commit because touches basically everything!!
2024-05-20 06:29:44 +02:00

9 lines
136 B
Rust

pub use crate::{
Http, Uri,
CACHE, URL_BASE,
auth::{Auth, AuthToken},
page::*,
components::*,
};
pub use uriproxy::UriClass as U;