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:
parent
eb4bafc310
commit
9aba4351ac
5 changed files with 82 additions and 20 deletions
|
|
@ -3,6 +3,7 @@ use bitbuffer::{
|
|||
};
|
||||
use std::fmt::Debug;
|
||||
|
||||
#[track_caller]
|
||||
fn roundtrip<
|
||||
T: BitRead<'static, BigEndian>
|
||||
+ BitWrite<BigEndian>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue