Add detailed documentation, put channel packing function as const #30
test.yml
on: pull_request
regression / stable
32s
ubuntu / stable / coverage
41s
Matrix: os-check
Matrix: required
Annotations
8 errors
[clippy] src/lib.rs#L78:
src/lib.rs#L78
error[E0658]: mutable references are not allowed in constant functions
--> src/lib.rs:78:28
|
78 | pub const fn pack_channels(buffer: &mut [u8; SBUS_FRAME_LENGTH], channels: &[u16; CHANNEL_COUNT]) {
| ^^^^^^
|
= note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
|
regression / stable
Process completed with exit code 101.
|
ubuntu / stable
Process completed with exit code 101.
|
ubuntu / stable / coverage
Process completed with exit code 1.
|
macos-latest / stable
Process completed with exit code 101.
|
ubuntu / beta
The job was canceled because "stable" failed.
|
ubuntu / beta
The operation was canceled.
|
windows-latest / stable
Process completed with exit code 1.
|