tinyxml2-capi 0.1.14

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.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20e1430f1fa4da8694d12fe15e95c8271ee1e557efcd95bf06eab2bd13d8b788"

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