libostd/README.md

16 lines
802 B
Markdown
Raw Normal View History

2017-04-06 18:14:52 +00:00
# libostd
2015-04-05 22:10:44 +00:00
2017-02-25 14:43:07 +00:00
**Work in progress, not ready for production use.**
2017-04-06 18:14:52 +00:00
Libostd is an extension of the C++17 standard library which mainly provides
2017-01-14 14:09:27 +00:00
ranges (to replace iterators) but also various other utilities like proper
streams, string formatting, coroutines, concurrency utilities and others. It's
meant to replace the more poorly designed parts of the C++ standard library to
2017-01-14 14:09:27 +00:00
make the language easier and more convenient to use.
2015-04-23 17:47:33 +00:00
2017-02-25 14:43:07 +00:00
It is not feature complete right now, as most things are still being worked on.
2017-04-06 18:14:52 +00:00
Documentation for libostd can be found at https://docs.octaforge.org/libostd.
Please refer to it for further information (the main page should be answer
some more of your questions). You can also read `doc/main_page.md` and other
files in there directly if you don't need the API documentation.