rtic/book/en/src/preface.md

23 lines
702 B
Markdown
Raw Normal View History

2018-11-03 17:02:41 +01:00
<h1 align="center">Real Time For the Masses</h1>
<p align="center">A concurrency framework for building real time systems</p>
# Preface
This book contains user level documentation for the Real Time For the Masses
(RTFM) framework. The API reference can be found [here](../api/rtfm/index.html).
There is a translation of this book in [Russian].
2019-02-11 21:40:53 +01:00
[Russian]: ../ru/index.html
2019-09-15 21:00:49 +02:00
This is the documentation of v0.5.x of RTFM; for the documentation of version
v0.4.x go [here](../../0.4/book/en).
**HEADS UP** This is a **beta** pre-release; there may be breaking changes in
2019-04-21 20:25:59 +02:00
the API and semantics before a proper release is made.
2019-08-21 10:17:27 +02:00
{{#include ../../../README.md:5:44}}
2018-11-03 17:02:41 +01:00
2019-08-21 10:17:27 +02:00
{{#include ../../../README.md:50:}}