runtime_tracing 0.15.0

A library for the schema and tracing helpers for the CodeTracer db trace format
Documentation
1
2
3
4
5
6
7
[
  {"Path":"foo.rs"},
  {"Function":{"path_id":0,"line":1,"name":"main"}},
  {"Step":{"path_id":0,"line":1}},
  {"Call":{"function_id":0,"args":[]}},
  {"Return":{"return_value":{"kind":"None","type_id":0}}}
]