Skip to content

Add BitWriter#3

Open
jdiez17 wants to merge 4 commits into
xpromache:masterfrom
jdiez17:bitbuffer_write_bits
Open

Add BitWriter#3
jdiez17 wants to merge 4 commits into
xpromache:masterfrom
jdiez17:bitbuffer_write_bits

Conversation

@jdiez17

@jdiez17 jdiez17 commented Jul 18, 2024

Copy link
Copy Markdown
Contributor

I'm writing an application that uses xtce-rs to process commands coming from a yamcs instance and I'd like to also use it to write telemetry packets. So I added a new BitWriter struct. I tried to add this function to BitBuffer but Rust didn't like having an immutable reference and an Option<&mut [u8]> at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant