#typeshare #engine #language #serde #cli

typeshare-engine

Behavioral engine for typeshare: parsing, writing, configuration, and everything in between

4 releases

new 0.2.2 Apr 15, 2025
0.2.1 Apr 15, 2025
0.2.0 Apr 14, 2025
0.1.0 Apr 14, 2025

#133 in Procedural macros

Download history

63 downloads per month
Used in typeshare-driver

MIT/Apache

200KB
4K SLoC

typeshare-engine

This crate includes all of the actual implementations of typeshare functionality. It should be a dependency of anyone trying to USE typeshare as a library. It depends ONLY on typeshare-model, not on any language crates. It exports functions that make use of the trait in typeshare-model.

Currently, the public API of typeshare-engine is considered fairly unstable. Feel free to use it, but we expect updates to usually be published as major versions. You only need to depend on typeshare-engine if you want to use typeshare as a library; if you're implementing your own language, you only need to depend on typeshare-model, and if you're creating a typeshare binary, you only also need typeshare-driver.

Dependencies

~6–15MB
~189K SLoC