xraydb-data 0.2.0

Serde data model shared by the xraydb crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "xraydb-data"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Serde data model shared by the xraydb crates"
keywords = ["xray", "physics", "science", "no-std"]
categories = ["science", "no-std"]

[dependencies]
serde = { workspace = true }