polyxml-c 0.8.0

Standard C-ABI shared library and headers for PolyXML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "polyxml-c"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
description = "Standard C-ABI shared library and headers for PolyXML"

[lib]
name = "polyxml"
crate-type = ["cdylib", "staticlib"]

[dependencies]
polyxml = { path = "../polyxml-core", version = "0.8.0" }