mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
feat: re-export the codee crate to make custom encodings for resources easier (#3761)
This commit is contained in:
@@ -17,6 +17,8 @@ pub use resource::*;
|
||||
mod shared;
|
||||
|
||||
use base64::{engine::general_purpose::STANDARD_NO_PAD, DecodeError, Engine};
|
||||
/// Re-export of the `codee` crate.
|
||||
pub use codee;
|
||||
pub use shared::*;
|
||||
|
||||
/// Encodes data into a string.
|
||||
|
||||
Reference in New Issue
Block a user