From 6df644c56f31b100bf731e27c3825069745651e3 Mon Sep 17 00:00:00 2001 From: Igor Poletaev Date: Wed, 16 Dec 2020 11:39:01 -0800 Subject: Include the status library into the main README. (#863) It is a bit confusing that it is not listed here although already publically released. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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++ `` library. * [`numeric`](absl/numeric/)
The `numeric` library contains C++11-compatible 128-bit integers. +* [`status`](absl/status/) +
The `status` library is used within Google for error handling utilizing the + following two main abstractions: `absl::Status` and `absl::StatusOr`. * [`strings`](absl/strings/)
The `strings` library contains a variety of strings routines and utilities, including a C++11-compatible version of the C++17 -- cgit v1.2.3