feat: add direct devices TLS support; refactoring (#64)

* feat: massive internal refactoring

* feat: fix doc + add 'doc' github action

* feat: improve code; add TLS

---------

Co-authored-by: LIAUD Corentin <corentinliaud26@gmail.com>
This commit is contained in:
cli
2024-11-29 13:30:03 +01:00
committed by GitHub
parent 152836fe54
commit 9eeb8f7da8
70 changed files with 1754 additions and 946 deletions

View File

@@ -23,6 +23,14 @@ jobs:
- name: Run formatter
run : cargo fmt --all --check
doc:
name: "doc"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run doc
run : cargo doc --all-features --keep-going
tests:
name: "tests"
runs-on: ubuntu-latest