compiler-builtins-snapshot 0.1.20170127+764557f0b669bb0e28817c5ae70c9d718685e35a

Snapshot of the compiler-builtins crate
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
build = "build.rs"
description = "Snapshot of the compiler-builtins crate"
keywords = ["snapshot", "compiler", "builtins", "intrinsics"]
license = "MIT OR Apache-2.0"
name = "compiler-builtins-snapshot"
repository = "https://github.com/japaric/rustc-builtins"
version = "0.1.20170127+764557f0b669bb0e28817c5ae70c9d718685e35a"

[build-dependencies]
rustc-cfg = "0.3.0"
gcc = "0.3.36"

[features]
# Build the missing intrinsics from compiler-rt C source code
c = []
# Mark this crate as the #![compiler_builtins] crate
compiler-builtins = []
default = ["compiler-builtins"]
# Include implementations of memory operations like memcpy
mem = []