softfloat-sys 0.1.2

Rust bindings for Berkeley SoftFloat 3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: BSD-3-Clause
# See Notices.txt for copyright information
[package]
name = "softfloat-sys"
version = "0.1.2"
authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
license = "BSD-3-Clause"
description = "Rust bindings for Berkeley SoftFloat 3"
repository = "https://salsa.debian.org/Kazan-team/softfloat-sys"

[dependencies]
c99 = "0.1.1"

[build-dependencies]
cc = "1.0"
cc-version = "0.1.0"