2 releases

0.0.1 Sep 28, 2023
0.0.0 Sep 8, 2023

#5 in #carton

40 downloads per month
Used in carton

Apache-2.0

165KB
3.5K SLoC

Generally, changes in this crate require care because forward and backward compatibility is important.

This is important throughout the crate but especially in the src/do_not_modify folder. See the readme there for more detail.


lib.rs:

This crate contains the interface between a runner and the core library It is very important that no backward-incompatible changes are made within one major version of the runner interface

Each runner is built against one version of this crate. The core library is built against all major versions of this crate

Dependencies

~9–23MB
~316K SLoC