cottak 0.1.0

A built in test application for Linux using dynamic libraries in Rust
Documentation

//
// Copyright (c) 2025, Astute Systems PTY LTD
//
// This file is part of the VivoeX SDK project developed by Astute Systems.
//
// See the commercial LICENSE file in the project root for full license details.
//
//! Create a user(us) XML/protobuf object.
//!
//! ``` xml
//! <?xml version="1.0" encoding="utf-16" standalone="yes"?>
//! <event version="2.0" uid="S-1-12-1-2335450818-1167661710-439542947-1473530812" type="a-f-G-U-C-I" time="2025-02-16T02:46:42.83Z" start="2025-02-16T02:46:42.83Z" stale="2025-02-16T02:52:57.83Z" how="h-e">
//!     <point lat="-27.5312741615245" lon="152.98528068341" hae="0" ce="9999999" le="9999999" />
//!     <detail>
//!         <takv version="4.1.0.231" platform="WinTAK-CIV" os="Microsoft Windows 11 Pro" device="LENOVO 21E60067AU" />
//!         <contact callsign="HELLION" endpoint="" xmppUsername="" />
//!         <uid Droid="HELLION" />
//!         <__group name="Cyan" role="Team Member" />
//!         <status battery="53" />
//!         <track course="0.00000000" speed="0.00000000" />
//!     </detail>
//! </event>
//! ```