2 releases

0.1.17 Jun 17, 2024
0.1.16 Jun 14, 2024

#578 in Database interfaces

Download history 162/week @ 2024-06-10 172/week @ 2024-06-17

334 downloads per month

Apache-2.0

315KB
6.5K SLoC

tmflib

Rust Library to interact with v4 TMForum APIs. v5 support coming.


lib.rs:

TMF Library

Description

This library covers structures required to interact with various TMForum APIs. It does not define amy persistence nor provide a REST interface (at this stage) but simply provides definitions of all the schema and some helpful functions to create compliant objects that can then be seriliased into or from JSON as required.

Crate Features

API Version Features

By default this crate will compile v4 versions of APIs.

  • v4 This is the default version compiled
  • v5 This flag can optionally be enabled to compile v5 APIs where available

Dependencies

~4–13MB
~146K SLoC