Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 954 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 954 Bytes

NavAbilitySDK.rs

Copyright 2025, NavAbility(TM) Contributors. This repo is licensed according to Apache 2.0. See the LICENSE file.

CI

Introduction

Access NavAbility(TM) Accelerator features from Rust. See related multi-language SDKs at Github.com/NavAbility/NavAbilitySDK.*.

Docs

Documentation for Python or Julia versions exist, work in progress to port Docs for Rust crates (25Q1).

Compiling

Get deps

make install-deps # modifies system cargo crates

Set required NVA_API_URL and NVA_API_TOKEN args/env variables and compile for either native or wasm:

make build-wasm
make build-tokio

Running tests

make test-tokio