Crate jubako

Source

Modules§

Structs§

Enums§

  • MayRef is a mix between a Cow and AsRef. It is a enum as Cow but with only one feature : AsRef/Deref. In opposition to Cow which has a to_owned and so enforce a clone on T, MayRef inforce nothing on the (potentially) owned type.

Traits§

  • A Pack is the more global entity in Jubako. It is a “File”, which can be a single file in the fs or embedded in another file.

Type Aliases§