cvt 0.1.2

Expose the cvt function from Rust libstd.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cvt"
version = "0.1.2"
authors = ["Marcin Mielniczuk <marmistrz.dev@zoho.eu>"]
edition = "2018"
license = "Apache-2.0"
description = "Expose the cvt function from Rust libstd."
repository = "https://github.com/marmistrz/cvt"

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

[dependencies]
cfg-if = "1.0"