| Crates.io | typeshare-model |
| lib.rs | typeshare-model |
| version | 2.0.1 |
| created_at | 2025-04-14 10:03:06.312346+00 |
| updated_at | 2025-04-22 23:47:46.619784+00 |
| description | core definition of the typeshare Language trait for implementations |
| homepage | |
| repository | https://github.com/1Password/typeshare |
| max_upload_size | |
| id | 1632602 |
| size | 49,888 |
This crate is the base dependency for almost everything else. It includes especially the types and traits necessary for a single language implementation (that is, typeshare-swift could depend ONLY on typeshare-model). It can include utility functionality that might be necessary for a language implementation, but ideally not much in the way of major implementation stuff.