Type Definition lava_torrent::torrent::v1::Integer

source · []
pub type Integer = i64;
Expand description

Corresponds to a bencode integer. The underlying type is i64. Technically a bencode integer has no size limit, but it is not so in the current implementation. By using a type alias it is easier to change the underlying type in the future.