Crate typeshare_model

Source
Expand description

typeshare-model is the core dependency of all typeshare implementations. It defines the Language trait, which should be implemented by all aspiring typeshare implementations, as well as a

Modules§

decorator
parsed_data
prelude

Enums§

FilesMode
If we’re in multifile mode, this enum contains the crate name for the specific file

Traits§

Language
The trait you need to implement in order to have your own implementation of typeshare. The whole world revolves around this trait.