typeshare-engine

Crates.iotypeshare-engine
lib.rstypeshare-engine
version0.4.1
created_at2025-04-14 10:04:22.074669+00
updated_at2025-06-12 02:46:05.812367+00
descriptionBehavioral engine for typeshare: parsing, writing, configuration, and everything in between.
homepage
repositoryhttps://github.com/1Password/typeshare
max_upload_size
id1632603
size192,274
(1PasswordCratePublisher)

documentation

README

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.

Commit count: 541

cargo fmt