gpoint 0.2.1

Wrapper for using libc's `printf("%g")` format for your floating point output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.libc]
version = "0.2"

[package]
authors = ["Xavier Bestel <xav@bes.tel>"]
description = """Wrapper for using libc's `printf("%g")` format for your floating point output"""
documentation = "https://docs.rs/gpoint"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "gpoint"
readme = "README.md"
repository = "https://github.com/bestouff/gpoint"
version = "0.2.1"