tinyxml2-capi 0.1.3

C FFI compatibility layer for tinyxml2-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "tinyxml2"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613a58a11eb584e81d0e70c2fb2b549d5b2b37f7bda1f96e8fc5a61dc8a52930"

[[package]]
name = "tinyxml2-capi"
version = "0.1.3"
dependencies = [
 "tinyxml2",
]