1/*!
2    \mainpage
3
4    RxCpp is an implementation of the Observable/Observer pattern and a set of operations. It is an async equivalent of the container/iterator pattern and the set of algorithms found in the STL.
5
6    \par Resources for Learning about Reactive Extentions
7
8    Introduction to Rx --- http://www.introtorx.com
9
10    Interactive diagrams of Rx Observables --- http://rxmarbles.io
11
12    Reactive Extensions portal --- http://reactivex.io
13
14    Reactive Extensions tutorial --- http://reactive-extensions.github.io/learnrx/
15
16    \par RxCpp specific
17
18    Start here --- \ref group-core
19
20    Github --- https://github.com/Reactive-Extensions/RxCpp
21
22    \par readme.html
23
24    \htmlinclude Readme.html
25*/
26