mysig/asset
Types
pub type Asset {
Asset(name: String, bytes: BitArray, ext: MediaType)
}
Constructors
-
Asset(name: String, bytes: BitArray, ext: MediaType)
pub type Bundle {
Bundle(
root: String,
store: ref.MutableReference(dict.Dict(String, BitArray)),
)
}
Constructors
-
Bundle( root: String, store: ref.MutableReference(dict.Dict(String, BitArray)), )
Constants
pub const tailwind_2_2_11: String
Functions
pub fn new_bundle(root: String) -> Bundle