Struct bip_metainfo::File [] [src]

pub struct File { /* fields omitted */ }

Contains information for a single file.

Methods

impl File
[src]

Length of the file in bytes.

Optional md5sum of the file.

Not used by bittorrent.

Iterator over the path elements of the file.

The last element is the name of the file.

Trait Implementations

impl Debug for File
[src]

Formats the value using the given formatter.