Skip to content

Commit 696006d

Browse files
authored
feat: implement Rawable for floating-point types (#1858)
1 parent 4d5b674 commit 696006d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/array_buffer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ rawable!(i8);
297297
rawable!(i16);
298298
rawable!(i32);
299299
rawable!(i64);
300+
rawable!(f32);
301+
rawable!(f64);
300302

301303
impl<T: Sized> sealed::Rawable for Box<T>
302304
where

0 commit comments

Comments
 (0)