Module collagen::fibroblast

source ·
Expand description

Fibroblast

The module that defines the structs that form the in-memory representation of a Collagen file, Fibroblast. See its docs for more info.

Re-exports

Modules

  • This file exposes the different kinds of tags. RootTag and AnyChildTag are high-level tags; the former is the document root and the latter simply exists to wrap more specific child tags.

Structs

  • A context in which something can be decoded
  • The whole shebang: both the (context-less) root tag and the context in which to decode it.