From f8d11980bbf12473ca784e72ff2964f70343ed45 Mon Sep 17 00:00:00 2001 From: opilarium Date: Tue, 8 Aug 2017 16:12:34 +0300 Subject: [PATCH] Document common values for std libs --- src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 41aa4cc..3ed812e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -330,6 +330,10 @@ impl Config { /// /// The given library name must not contain the `lib` prefix. /// + /// Common values: + /// - `stdc++` for GNU + /// - `c++` for Clang + /// /// # Example /// /// ```no_run @@ -365,6 +369,10 @@ impl Config { /// /// The given library name must not contain the `lib` prefix. /// + /// Common values: + /// - `stdc++` for GNU + /// - `c++` for Clang + /// /// # Example /// /// ```no_run