wql-nom 0.1.0

Crate to parse WQL using parse combinators
Documentation
1
2
3
pub fn integer_decode(val: f64) -> u64 {
    val.to_bits()
}