You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/libraries.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,14 @@ Below is a table of all libraries within The Beman Project and their current sta
15
15
|||
16
16
|[beman.any_view](https://github.com/bemanproject/any_view)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)|A generalized type-erased view with customizable properties.|
17
17
|[beman.bounds_test](https://github.com/bemanproject/bounds_test)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| A library for checking integer operation boundary conditions. |
18
+
|[beman.cstring_view](https://github.com/bemanproject/cstring_view)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| cstring_view following [P3655](https://wg21.link/P3655)|
18
19
|[beman.execution](https://github.com/bemanproject/execution)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| Building Block For Asynchronous Programs.|
20
+
|[beman.indices_view](https://github.com/bemanproject/indices_view)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| Implementation of std::views::indices, a range adaptor that generates a sequence of integers from 0 to n-1 [P3060](https:wg21.link/P3060). |
19
21
|[beman.inplace_vector](https://github.com/bemanproject/inplace_vector)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| Dynamically-resizable vector with fixed capacity.|
20
22
|[beman.iterator_interface](https://github.com/bemanproject/iterator_interface)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| Iterator creation mechanisms.|
21
-
|[beman.lazy](https://github.com/bemanproject/lazy)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| Beman Library Implementation of lazy.|
22
23
|[beman.net](https://github.com/bemanproject/net)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| Senders For Network Operations.|
23
-
|[beman.scope](https://github.com/bemanproject/scope)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)|A generalized type-erased view with customizable properties.|
24
-
|[beman.task](https://github.com/bemanproject/task)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)|mplementation of task (P3552).|
24
+
|[beman.scope](https://github.com/bemanproject/scope)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| Provides RAII scope_guard facilities.|
25
+
|[beman.task](https://github.com/bemanproject/task)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)|Implementation of a coroutine task ([P3552](https://wg21.link/p3552)).|
25
26
|[beman.utf_view](https://github.com/bemanproject/utf_view)|[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)| UTF Transcoding Views.|
26
27
|||
27
28
|[beman.dump](https://github.com/bemanproject/dump)|[Retired. No longer maintained or actively developed.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#retired-no-longer-maintained-or-actively-developed)| A tool for dumping an object's value to standard output.|
0 commit comments