Type Definition lava_torrent::torrent::v1::Integer [] [src]

type Integer = i64;

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.