summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Igor Poletaev <ipoletaev@users.noreply.github.com>2020-12-16 11:39:01 -0800
committerGravatar GitHub <noreply@github.com>2020-12-16 14:39:01 -0500
commit6df644c56f31b100bf731e27c3825069745651e3 (patch)
treeca53bf8570bab27ceaae9d9f6c36a44a8b7b2934 /README.md
parent68f1ad93251744f096036e65241493774b4e7ac0 (diff)
Include the status library into the main README. (#863)
It is a bit confusing that it is not listed here although already publically released.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85de5696..57771f1c 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,9 @@ Abseil contains the following C++ library components:
available within C++14 and C++17 versions of the C++ `<type_traits>` library.
* [`numeric`](absl/numeric/)
<br /> The `numeric` library contains C++11-compatible 128-bit integers.
+* [`status`](absl/status/)
+ <br /> The `status` library is used within Google for error handling utilizing the
+ following two main abstractions: `absl::Status` and `absl::StatusOr<T>`.
* [`strings`](absl/strings/)
<br /> The `strings` library contains a variety of strings routines and
utilities, including a C++11-compatible version of the C++17