Struct bip_metainfo::MetainfoFile [] [src]

pub struct MetainfoFile { /* fields omitted */ }

Contains optional and required information for the torrent.

Methods

impl MetainfoFile
[src]

Read a MetainfoFile from the given bytes.

InfoHash of the InfoDictionary used to identify swarms of peers exchaning these files.

Announce url for the main tracker of the metainfo file.

Comment included within the metainfo file.

Person or group that created the metainfo file.

String encoding format of the peices portion of the info dictionary.

Creation date in UNIX epoch format for the metainfo file.

InfoDictionary for the metainfo file.

Trait Implementations

impl Debug for MetainfoFile
[src]

Formats the value using the given formatter.