rencode 0.0.5 copy "rencode: ^0.0.5" to clipboard
rencode: ^0.0.5 copied to clipboard

Obscure encoding standard used in the Deluge torrent client and its RPC APIs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rencode

With Flutter:

 $ flutter pub add rencode

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rencode: ^0.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rencode/rencode.dart';
1
likes
110
pub points
3%
popularity

Publisher

unverified uploader

Obscure encoding standard used in the Deluge torrent client and its RPC APIs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

More

Packages that depend on rencode