Type Alias octocrab::models::repos::Languages

source ·
pub type Languages = HashMap<String, i64>;
Expand description

A HashMap of languages and the number of bytes of code written in that language.

Aliased Type§

struct Languages { /* private fields */ }