This commit is contained in:
Simon Cruanes 2023-06-09 10:24:05 -04:00
parent b6322d0604
commit da3388dbf9
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,6 +1,8 @@
# Trace # Trace
[![Build and Test](https://github.com/c-cube/trace/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/trace/actions/workflows/main.yml)
This small library provides basic types that can be used to instrument This small library provides basic types that can be used to instrument
a library or application, either by hand or via a ppx. a library or application, either by hand or via a ppx.