[][src]Module git2::string_array

Bindings to libgit2's raw git_strarray type

Structs

Iter

A forward iterator over the strings of an array, casted to &str.

IterBytes

A forward iterator over the strings of an array, casted to &[u8].

StringArray

A string array structure used by libgit2