A general purpose extension library for the C++17 stdlib
 
 
 
Go to file
Daniel Kolesa 36332dff40 document environ and filesystem 2017-04-05 20:53:14 +02:00
doc guaranteed single-argument slice 2017-04-01 16:49:38 +02:00
examples guaranteed single-argument slice 2017-04-01 16:49:38 +02:00
ostd document environ and filesystem 2017-04-05 20:53:14 +02:00
src fixes in streams 2017-04-04 01:06:55 +02:00
.gitignore add doxygen doc support 2017-03-27 01:32:20 +02:00
COPYING.md add trailing newlines 2016-02-07 21:19:20 +00:00
README.md move a lot of the README into documentation, write a nice main page 2017-03-30 01:08:51 +02:00
build.sh track current task for coroutine scheduler separately 2017-03-22 18:23:29 +01:00
test_runner.cc move over to standard filesystem module (from std::experimental or std) 2017-03-10 18:31:34 +01:00

README.md

octastd

Work in progress, not ready for production use.

OctaSTD is an extension of the C++17 standard library which mainly provides 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 make the language easier and more convenient to use.

It is not feature complete right now, as most things are still being worked on.

Documentation for OctaSTD can be found at https://docs.octaforge.org/octastd. 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.