check-no-std-math 0.0.1

A tool to test if std float math functions are used, which can corrupt crossplatform deterministic
[dependencies.clap]
default-features = false
features = ["cargo", "std"]
version = "3"

[dependencies.error-chain]
version = "0.12.4"

[dependencies.fancy-regex]
version = "0.11.0"

[dependencies.glob]
version = "0.3.0"

[dependencies.regex]
version = "1.0"

[package]
authors = ["Liuxiaonan <xiaonan.liu@motphys.com>"]
categories = ["command-line-utilities"]
description = "A tool to test if std float math functions are used, which can corrupt crossplatform deterministic"
edition = "2021"
homepage = "https://github.com/liuhahapku/nostd-float-math-monitor"
keywords = ["std", "float", "math", "detect", "deterministic"]
license = "MIT"
name = "check-no-std-math"
readme = "README.md"
repository = "https://github.com/liuhahapku/nostd-float-math-monitor"
version = "0.0.1"