Module string_array

Source
Expand description

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