mc-query 2.0.0

Implementations of Server List Ping, Query, and RCON for minecraft servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
on:
    - push
    - pull_request

jobs:
    lint:
        runs-on: ubuntu-latest

        steps:
            - uses: actions/checkout@v3

            - uses: actions-rs/toolchain@v1
              with:
                  toolchain: stable
                  default: true
                  override: true

            - run: cargo clippy -- --deny warnings