Crates.io | tmflib |
lib.rs | tmflib |
version | 0.1.22 |
source | src |
created_at | 2024-06-14 00:13:49.218705 |
updated_at | 2024-10-15 23:29:06.007765 |
description | Interface library for processing TMF payloads |
homepage | |
repository | https://github.com/rruckley/tmflib |
max_upload_size | |
id | 1271526 |
size | 998,462 |
This library covers data structures required to interact with various TMForum APIs. It does not define any persistence nor provide a REST interface (at this stage) but simply provides definitions of all the schema and helpful functions and traits to create and maniuplate compliant objects that can then be seriliased into or from JSON as required.
By default this crate will compile v4 versions of APIs.
This is the default version compiled
This flag can be enabled to compile v5 APIs where available, mutually exclusive with build-V4.
Within the library is a set of common modules. These modules refer to other TMF modules and thus all modules referenced by the common module are included under this feature. Specifically: - tmf620 - tmf629 - tmf632 - tmf666 - tmf667 - tmf669 - tmf674
All ODA Component identifies, e.g. TMFC001 have been mapped onto features to enable building the library to support a specific component.
NB: For components that dont' have any defined APIs, a common set of APIs are included under the common feature