rpk-common 0.1.0

RPK common fields between config tool and firmware builder
Documentation
1
2
3
4
5
6
7
use super::*;

#[test]
fn f32_to_from_u16() {
    let x2 = f32_from_u16(123, 456);
    assert_eq!(7.3469086e-38, x2);
}