bencodex-rs 0.5.1

The Rust implementation of Bencodex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
on: push
name: lint
jobs:
  run-tests:
    runs-on: ubuntu-24.04
    steps:
      - uses: actions/checkout@v6
        with:
          submodules: recursive
      - uses: dtolnay/rust-toolchain@stable
        with:
          components: rustfmt
      - run: cargo fmt --all -- --check