link-cplusplus 1.0.0

Link libstdc++ or libc++ automatically or manually
Documentation
[package]
name = "link-cplusplus"
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Link libstdc++ or libc++ automatically or manually"
repository = "https://github.com/dtolnay/link-cplusplus"
documentation = "https://docs.rs/link-cplusplus"
readme = "README.md"
build = "build.rs"

[build-dependencies]
cc = "1.0"

[features]
default = [] # automatic
libstdcxx = [] # force libstdc++
libcxx = [] # force libc++
nothing = [] # link nothing, determined somewhere else