serde_bencode 0.2.4

A Serde backed Bencode encoding/decoding library for Rust.
Documentation
{
    "[rust]": {
      "editor.formatOnSave": true
    },
    "rust-analyzer.checkOnSave": true,
    "rust-analyzer.check.command": "clippy",
    "rust-analyzer.check.allTargets": true,
    "rust-analyzer.check.extraArgs": [
      "--",
      "-D",
      "clippy::correctness",
      "-D",
      "clippy::suspicious",
      "-W",
      "clippy::complexity",
      "-W",
      "clippy::perf",
      "-W",
      "clippy::style",
      "-W",
      "clippy::pedantic",
    ],
    "rust-analyzer.linkedProjects": [
      "./Cargo.toml"
    ],
  }