git2

Module string_array

Source
Expand description

Bindings to libgit2’s raw git_strarray type

Structs§

  • A forward iterator over the strings of an array, casted to &str.
  • A forward iterator over the strings of an array, casted to &[u8].
  • A string array structure used by libgit2