Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
multiversion 0.8.0 - Docs.rs
[go: Go Back, main page]

multiversion 0.8.0

Easy function multiversioning
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.multiversion-macros]
default-features = false
version = "0.8.0"

[dependencies.target-features]
version = "0.1"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.rustversion]
version = "1"

[features]
default = ["std"]
std = ["multiversion-macros/std"]

[lib]
name = "multiversion"
path = "src/lib.rs"

[package]
authors = ["Caleb Zulawski <caleb.zulawski@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["hardware-support", "no-std"]
description = "Easy function multiversioning"
edition = "2021"
include = ["/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**", "/benches/**"]
license = "MIT OR Apache-2.0"
name = "multiversion"
readme = "README.md"
repository = "https://github.com/calebzulawski/multiversion"
version = "0.8.0"

[[test]]
name = "async_fn"
path = "tests/async_fn.rs"

[[test]]
name = "attrs"
path = "tests/attrs.rs"

[[test]]
name = "cfg"
path = "tests/cfg.rs"

[[test]]
name = "choose_dispatcher"
path = "tests/choose_dispatcher.rs"

[[test]]
name = "clones"
path = "tests/clones.rs"

[[test]]
name = "destructure"
path = "tests/destructure.rs"

[[test]]
name = "generics"
path = "tests/generics.rs"

[[test]]
name = "helpers"
path = "tests/helpers.rs"

[[test]]
name = "impl_trait"
path = "tests/impl_trait.rs"

[[test]]
name = "simd"
path = "tests/simd.rs"