]> Witch of Git - ivy/commit
Stop with #![no_std] in the runtime
authorCassie Jones <code@witchoflight.com>
Mon, 2 Mar 2020 18:12:14 +0000 (19:12 +0100)
committerCassie Jones <code@witchoflight.com>
Mon, 2 Mar 2020 18:12:14 +0000 (19:12 +0100)
commit375d2db581a13b8bf75bb03d82d92ccc2adc86c5
tree482e52825c8b24bdda99cc01d087f2c4d195b45f
parent47c1e0389d586e641b122f3a54ce9789ee12facb
Stop with #![no_std] in the runtime

It was cool because it brought the final small binaries down from
roughly 250K to 20K, but it was preventing me from adding features I
wanted like debug tracing and better panic messages.

This also adds conditional runtime tracing, which prints extra messages
if the IVY_RT_TRACE environment variable is set.
rt/src/lib.rs