#windows #gps #geospatial #irox #api-bindings #protocols

irox-winlocation-api

Rust对Windows设备位置API的优雅适配器

6个版本 (破坏性更新)

0.5.1 2024年5月18日
0.4.0 2023年11月29日
0.3.0 2023年10月30日
0.2.0 2023年10月16日
0.1.0 2023年9月18日

#168 in 地理空间

Download history 20/week @ 2024-05-12 177/week @ 2024-05-19 2/week @ 2024-05-26 1/week @ 2024-06-09

每月下载量 380次
用于 irox

MIT/Apache

325KB
6.5K SLoC

氧化铁(IROX)库

一组(希望)有用的Rust编写的crate。

MIT Apache Maintenance GitHub Workflow Status (with event) Crates.io docs.rs

Contributor Covenant Semver2.0 ConvCommits unsafe forbidden

当前模块和组织

  • data-formats - 特定数据格式编码器和解码器
    • csv - 带逗号的值编码器/解码器,灵感来自python的 csv 模块
    • gpx - GPX GPS文件格式读取器/写入器
    • nmea0183 - GPS NMEA-0183编码器/解码器
    • raymarine-sonar - Raymarine SDF Sonar转换器
    • sirf - GPS二进制SiRF编码器/解码器
  • interfaces - 外部工具的接口、传输和API
  • irox - 聚合模块
  • libraries - Rust 'library' crate,通常没有二进制文件
    • bits - 位操作与字节操作工具,支持无标准/无分配的流处理
    • build-rs - 借鉴 shadow-rs 的编译时构建元数据注入
    • carto - 地图与地理空间工具
    • egui-extras - 为出色的 egui 包提供额外功能
    • enums - 更好的枚举类型特质
    • enums_derive - irox-enums 特质的可推导实现
    • git-tools - 帮助 GitOps 的工具和包装器
    • log - 基本控制台和文件日志记录
    • networking - 网络工具
    • progress - 用于显示进度,可在 UI 或终端中使用的生态系统
    • stats - 数学与统计工具
    • structs - 结构类型特质 - 线性序列化大端字节
    • structs_derive - irox-structs 特质的可推导实现
    • threading - 阻塞和非阻塞线程工具
    • time - 基于儒略历的日期和时间库,旨在易于使用
    • tools - 应该在 std 中的东西的存放地
    • types - 描述 Rust 基本类型系统的枚举和结构体
    • units - 物理单位、数量和参考框架
  • tools - Rust '二进制' 包,主要是依赖于 libraries 的二进制程序
    • gpsd - 使用 Rust 实现的 GPSd,支持 Windows 目标

版本状态

无标准? 无分配? 状态
irox-bits no_std no_alloc bits-vsn-shield bits-doc-shield
irox-build-rs std alloc build-rs-vsn-shield build-rs-doc-shield
irox-carto std alloc carto-vsn-shield carto-doc-shield
irox-csv std alloc csv-vsn-shield csv-doc-shield
irox-egui-extras std alloc egui-extras-vsn-shield egui-extras-doc-shield
irox-enums no_std alloc enums-vsn-shield enums-doc-shield
irox-enums_derive no_std alloc enums_derive-vsn-shield enums_derive-doc-shield
irox-git-tools std alloc git-tools-vsn-shield git-tools-doc-shield
irox-gpx std alloc gpx-vsn-shield gpx-doc-shield
irox-influxdb_v1 std alloc influxdb_v1-vsn-shield influxdb_v1-doc-shield
irox-log std alloc log-vsn-shield log-doc-shield
irox-networking std alloc networking-vsn-shield networking-doc-shield
irox-nmea0183 std alloc nmea0183-vsn-shield nmea0183-doc-shield
irox-progress std alloc progress-vsn-shield progress-doc-shield
irox-raymarine-sonar std alloc raymarine-sonar-vsn-shield raymarine-sonar-doc-shield
irox-sirf std alloc sirf-vsn-shield sirf-doc-shield
irox-stats no_std alloc stats-vsn-shield stats-doc-shield
irox-structs std alloc structs-vsn-shield structs-doc-shield
irox-structs_derive std alloc structs_derive-vsn-shield structs_derive-doc-shield
irox-threading std alloc threading-vsn-shield threading-doc-shield
irox-time feature_std alloc time-vsn-shield time-doc-shield
irox-tools feature_std alloc tools-vsn-shield tools-doc-shield
irox-types std alloc types-vsn-shield types-doc-shield
irox-units no_std no_alloc units-vsn-shield units-doc-shield
irox-winlocation-api std alloc winloc-api-vsn-shield winloc-api-doc-shield

依赖项

~129MB
~2M SLoC