Module radicle_surf::blob

source ·
Expand description

Represents git object type ‘blob’, i.e. actual file contents. See git doc for more details.

Structs§

  • Represents a git blob object.
  • Represents a blob with borrowed content bytes.