fixed2float 3.0.0-rc1

Fixed point to floating point conversion utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Francesco Urbani <francescourbanidue@gmail.com>"]
description = "Fixed point to floating point conversion utility"
documentation = "https://docs.rs/fixed2float"
edition = "2021"
exclude = [".github", ".gitignore", "Makefile"]
keywords = ["fixed", "float", "q-format"]
license = "MIT"
name = "fixed2float"
readme = "README.md"
repository = "https://github.com/urbanij/fixed2float"
resolver = "2"
version = "3.0.0-rc1"