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§
Enums§
- Files
Mode - 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.