Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jul 14, 2024
1 parent b4bb43e commit 41b2d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
- bincode
- ciborium
- message-pack
- postcard

steps:
- name: Checkout sources
Expand Down
1 change: 1 addition & 0 deletions remoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ The following features enable data formats for transmission:
* `codec-ciborium` provides the CBOR format.
* `codec-json` provides the JSON format.
* `codec-message-pack` provides the MessagePack format.
* `codec-postcard` provides the Postcard format.

The feature `default-codec-*` selects the respective codec as default.
At most one of this must be selected and this should only be used by
Expand Down

0 comments on commit 41b2d40

Please sign in to comment.