fixed2float 0.1.0

Utility for fixed point to floating point conversion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fixed2float"
version = "0.1.0"
authors = ["Francesco Urbani <francescourbanidue@gmail.com>"]
edition = "2021"
keywords = ["fixed", "float", "q-format"]
documentation = "https://docs.rs/fixed2float"
# homepage = ""
license = "MIT"
readme = "README.md"
repository = "https://github.com/urbanij/fixed2float"
description = "Utility for fixed point to floating point conversion"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]