Lines Matching +full:docs +full:- +full:src
1 `-lstdc++` or `-lc++`
4 …src="https://img.shields.io/badge/github-dtolnay/link--cplusplus-8da0cb?style=for-the-badge&labelC…
5 …io" src="https://img.shields.io/crates/v/link-cplusplus.svg?style=for-the-badge&color=fc8d62&logo=…
6 …docs.rs" src="https://img.shields.io/badge/docs.rs-link--cplusplus-66c2a5?style=for-the-badge&labe…
7 …src="https://img.shields.io/github/actions/workflow/status/dtolnay/link-cplusplus/ci.yml?branch=ma…
9 This crate exists for the purpose of passing `-lstdc++` or `-lc++` to the
15 - pick one or the other to link, with no way for downstream applications to
17 - or link neither and require an explicit link flag provided by downstream
32 link-cplusplus = "1.0"
39 link-cplusplus = { version = "1.0", features = ["libstdc++"] }
43 link-cplusplus = { version = "1.0", features = ["libc++"] }
51 link-cplusplus = { version = "1.0", features = ["nothing"] }
55 root, since the link-cplusplus crate will be otherwise unused and its link flags
59 // src/lib.rs
69 Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
70 2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
77 for inclusion in this project by you, as defined in the Apache-2.0 license,