1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

optimize aligned floats

This commit is contained in:
Robin Appelman 2021-07-24 18:49:32 +02:00
commit 9aba4351ac
5 changed files with 82 additions and 20 deletions

View file

@ -3,6 +3,7 @@ use bitbuffer::{
};
use std::fmt::Debug;
#[track_caller]
fn roundtrip<
T: BitRead<'static, BigEndian>
+ BitWrite<BigEndian>