gbr/erl/zip
Types
pub type File {
File(name: String, content: String)
}
Constructors
-
File(name: String, content: String)
Values
pub fn compress(zip: Zip, what: option.What) -> Zip
pub fn uncompress(zip: Zip, what: option.What) -> Zip