File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed
codetracer_trace_format_capnp
codetracer_trace_format_cbor_zstd Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 22name = " codetracer_trace_format_capnp"
33version = " 0.16.0"
44edition = " 2024"
5+ authors = [" Metacraft Labs Ltd" ]
6+ description = " A library containing some helpers, used internally in the reading and writing of the CodeTracer db trace format"
7+ repository = " https://github.com/metacraft-labs/runtime_tracing"
8+ license = " MIT"
9+ keywords = [" debugging" , " development-tools" ]
510
611[dependencies ]
712codetracer_trace_types.workspace = true
Original file line number Diff line number Diff line change 22name = " codetracer_trace_format_cbor_zstd"
33version = " 0.16.0"
44edition = " 2024"
5+ authors = [" Metacraft Labs Ltd" ]
6+ description = " A library containing some helpers, used internally in the reading and writing of the CodeTracer db trace format"
7+ repository = " https://github.com/metacraft-labs/runtime_tracing"
8+ license = " MIT"
9+ keywords = [" debugging" , " development-tools" ]
Original file line number Diff line number Diff line change 22name = " codetracer_trace_reader"
33version = " 0.16.0"
44edition = " 2024"
5+ authors = [" Metacraft Labs Ltd" ]
6+ description = " A library for reading the CodeTracer db trace format"
7+ repository = " https://github.com/metacraft-labs/runtime_tracing"
8+ license = " MIT"
9+ keywords = [" debugging" , " development-tools" ]
510
611[dependencies ]
712codetracer_trace_types.workspace = true
Original file line number Diff line number Diff line change 22name = " codetracer_trace_types"
33version = " 0.16.0"
44edition = " 2024"
5+ authors = [" Metacraft Labs Ltd" ]
6+ description = " A library for the schema for the CodeTracer db trace format"
7+ repository = " https://github.com/metacraft-labs/runtime_tracing"
8+ license = " MIT"
9+ keywords = [" debugging" , " development-tools" ]
510
611[dependencies ]
712base64 = " 0.22.1"
Original file line number Diff line number Diff line change 22name = " codetracer_trace_writer"
33version = " 0.16.0"
44edition = " 2024"
5+ authors = [" Metacraft Labs Ltd" ]
6+ description = " A library for writing the CodeTracer db trace format"
7+ repository = " https://github.com/metacraft-labs/runtime_tracing"
8+ license = " MIT"
9+ keywords = [" debugging" , " development-tools" ]
510
611[dependencies ]
712codetracer_trace_types.workspace = true
You can’t perform that action at this time.
0 commit comments