#torrent #bencode #filename

bin+lib torrentinfo

磁力链接文件解析器

2 个版本

使用旧的 Rust 2015

0.1.1 2018年5月13日
0.1.0 2018年5月5日

#24 in #bencode

GPL-3.0+

19KB
420 代码行

torrentinfo

磁力链接文件解析器

用法

USAGE:
    torrentinfo [OPTIONS] <filename>

OPTIONS:
    -d, --details       Show detailed information about the torrent
    -e, --everything    Print everything about the torrent
    -f, --files         Show files within the torrent
    -h, --help          Prints help information
    -n, --nocolour      No Colours
    -V, --version       Prints version information

ARGS:
    <filename>

安装

cargo install torrentinfo

或从源代码安装

git clone https://github.com/fuchsi/torrentinfo.git
cd torrentinfo
cargo install

依赖项

~5–7.5MB
~136K SLoC