sapio-ctv-emulator-trait

Crates.iosapio-ctv-emulator-trait
lib.rssapio-ctv-emulator-trait
version0.2.4
sourcesrc
created_at2021-03-23 02:59:31.628584
updated_at2024-01-16 23:49:32.843656
descriptionEmulator Trait for mocking out CTV with other logic, trait separate to avoid pulling in tokio to compiler
homepagehttps://sapio-lang.org
repositoryhttps://github.com/sapio-lang/sapio
max_upload_size
id372374
size5,321
Jeremy Rubin (JeremyRubin)

documentation

README

Sapio CTV Emulator Trait

This emulator trait crate is a base that exports a trait definition and some helper structs that are needed across the sapio ecosystem.

Defining the trait in its own crate allows us to use trait objects in our compiler internals without needing to have the compiler directly depend on e.g. networking primitives.

Commit count: 1183

cargo fmt