mediaflow_core 0.9.0

Core entities for the unofficial Mediaflow Pro API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "mediaflow_core"
version = "0.9.0"
license = "MIT"
edition = "2021"
description = "Core entities for the unofficial Mediaflow Pro API SDK"
repository = "https://github.com/jacobsvante/mediaflow"
documentation = "https://docs.rs/mediaflow/"
homepage = "https://github.com/jacobsvante/mediaflow"

[dependencies]
serde = { version = "1", features = ["derive"] }