summary refs log tree commit diff
path: root/src/doc/guide-runtime.md
AgeCommit message (Collapse)AuthorLines
2014-03-24doc: Update the runtime guide with green changesAlex Crichton-5/+27
This updates a few code examples about booting libgreen/libnative and also spells out how the event loop factory is required.
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-06Add some doc examples to lib{green,native}Alex Crichton-3/+1
"How do I start in libX" is a common question that I've seen, so I figured putting the examples in as many places as possible is probably a good idea.
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+263
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files