Spanda

API Reference

Hierarchical index of Rust crates, TypeScript packages, and their public modules, types, and functions. Each entry links to its source definition (file and line).

For the Spanda language (.sd syntax, std.*, triggers, CLI), see spanda-reference.md. For how the API docs fit together, see api-documentation.md.

Hierarchy: language reference → Rust/TS compiler API (this file) → JSON wire contract → per-crate READMEs in crates/README.md.

Generated by scripts/generate_api_reference.py. Re-run after large API changes:

python3 scripts/generate_api_reference.py

Contents

Documentation map

Layer Document Audience
Spanda language (.sd) spanda-reference.md Authors, reviewers
Language guide spanda-language.md Tutorial + semantics
Compiler / tooling API this file Rust/TS integrators
JSON CLI/LSP contract api-contract.json Playground, LSP, bindings
Crate layout crates/README.md Contributors
Stable embedder facade spanda_core:: via spanda-core External Rust consumers

Facade → workspace mapping

In-repo code and new integrations should use the canonical crate column. spanda_core:: remains stable for external embedders.

API spanda_core:: (facade) Canonical workspace crate
check / compile / run spanda_core:: spanda_driver::
AST types spanda_core::ast spanda_ast::nodes
Parser spanda_core::parser spanda_parser
Lexer tokenize spanda_core::lexer spanda_driver::tokenize
Type check spanda_core::types spanda_driver::type_check
SIR spanda_core::sir spanda_sir
Errors / diagnostics spanda_core::SpandaError spanda_error
Hardware verify spanda_core::verify_compatibility spanda_core::hardware_verify (connectivity + hardware profiles)
Interpreter runtime spanda_core::runtime spanda_interpreter::runtime
RoutingCommBus spanda_core::transport spanda_transport_routing
Live transport hooks spanda_core::transport_live (removed) spanda_transport_routing::transport_live
MQTT/DDS/WebSocket bridges spanda_core::transport_* (removed) spanda_transport_routing::live_bridges
Providers spanda_core::providers spanda_providers
Fleet / OTA spanda_core::fleet_* / deploy_* spanda_fleet / spanda_ota
Format / lint / codegen spanda_core::format / lint / codegen spanda_format / spanda_lint / spanda_codegen

Rust crates

Crates are grouped by lean-core layer. Module trees below list pub items with source links.

Public facade

spanda-core

Crate root: crates/spanda-core · README

Modules

adapter_verify

Source: crates/spanda-core/src/adapter_verify.rs

export

ai

Source: crates/spanda-core/src/ai.rs

export

ast

Source: crates/spanda-core/src/ast.rs

export

audit

Source: crates/spanda-core/src/audit.rs

export

bridge

Source: crates/spanda-core/src/bridge/mod.rs

export

certify_verify

Source: crates/spanda-core/src/certify_verify.rs

export

codegen

Source: crates/spanda-core/src/codegen.rs

export

comm

Source: crates/spanda-core/src/comm.rs

export

concurrency

Source: crates/spanda-core/src/concurrency.rs

export

connectivity_positioning

Source: crates/spanda-core/src/connectivity_positioning.rs

export

debug

Source: crates/spanda-core/src/debug.rs

export

debug_session

Source: crates/spanda-core/src/debug_session.rs

export

deploy_agent

Source: crates/spanda-core/src/deploy_agent.rs

export

deploy_bundle

Source: crates/spanda-core/src/deploy_bundle.rs

export

deploy_http

Source: crates/spanda-core/src/deploy_http.rs

export

deploy_remote

Source: crates/spanda-core/src/deploy_remote.rs

export

deploy_service

Source: crates/spanda-core/src/deploy_service.rs

export

error

Source: crates/spanda-core/src/error.rs

export

events

Source: crates/spanda-core/src/events.rs

export

ffi

Source: crates/spanda-core/src/ffi.rs

export

ffi_registry

Source: crates/spanda-core/src/ffi_registry.rs

export

fleet_agent

Source: crates/spanda-core/src/fleet_agent.rs

export

fleet_mesh

Source: crates/spanda-core/src/fleet_mesh.rs

export

fleet_orchestrator

Source: crates/spanda-core/src/fleet_orchestrator.rs

export

fleet_remote

Source: crates/spanda-core/src/fleet_remote.rs

export

foundations

Source: crates/spanda-core/src/foundations.rs

export

hal

Source: crates/spanda-core/src/hal.rs

export

hardware

Source: crates/spanda-core/src/hardware.rs

export

hardware_monitor

Source: crates/spanda-core/src/hardware_monitor.rs

export

hardware_verify

Source: crates/spanda-core/src/hardware_verify.rs

fn

language_reference

Source: crates/spanda-core/src/language_reference.rs

fn

lexer

Source: crates/spanda-core/src/lexer.rs

export

lib_registry

Source: crates/spanda-core/src/lib_registry.rs

export

lint

Source: crates/spanda-core/src/lint.rs

export

modules

Source: crates/spanda-core/src/modules.rs

export

nav2_adapter

Source: crates/spanda-core/src/nav2_adapter.rs

export

parser

Source: crates/spanda-core/src/parser.rs

export

pretty

Source: crates/spanda-core/src/pretty.rs

export

providers

Source: crates/spanda-core/src/providers.rs

export

regex_lang

Source: crates/spanda-core/src/regex_lang.rs

export

reliability_runtime

Source: crates/spanda-core/src/reliability_runtime.rs

export

replay

Source: crates/spanda-core/src/replay.rs

export

robotics_platform

Source: crates/spanda-core/src/robotics_platform.rs

export

root

Source: crates/spanda-core/src/lib.rs

mod

export

fn

runtime

Source: crates/spanda-core/src/runtime.rs

export

runtime_host

Source: crates/spanda-core/src/runtime_host.rs

export

safety

Source: crates/spanda-core/src/safety.rs

export

scheduler

Source: crates/spanda-core/src/scheduler.rs

export

serialize

Source: crates/spanda-core/src/serialize.rs

export

simulator

Source: crates/spanda-core/src/simulator.rs

export

sir

Source: crates/spanda-core/src/sir.rs

export

slam_adapter

Source: crates/spanda-core/src/slam_adapter.rs

export

soc

Source: crates/spanda-core/src/soc.rs

export

state_machine

Source: crates/spanda-core/src/state_machine.rs

export

stdlib

Source: crates/spanda-core/src/stdlib.rs

export

swarm_coordinator

Source: crates/spanda-core/src/swarm_coordinator.rs

export

telemetry

Source: crates/spanda-core/src/telemetry.rs

export

triggers

Source: crates/spanda-core/src/triggers.rs

export

twin

Source: crates/spanda-core/src/twin.rs

export

type_system

Source: crates/spanda-core/src/type_system.rs

export

types

Source: crates/spanda-core/src/types.rs

export

units

Source: crates/spanda-core/src/units.rs

export

Apps and bindings

spanda-cli

Crate root: crates/spanda-cli · README

Modules

adr_cli

Source: crates/spanda-cli/src/adr_cli.rs

fn

assurance_cli

Source: crates/spanda-cli/src/assurance_cli.rs

fn

assurance_runtime

Source: crates/spanda-cli/src/assurance_runtime.rs

fn

bundled_registry

Source: crates/spanda-cli/src/bundled_registry.rs

fn

certify_cli

Source: crates/spanda-cli/src/certify_cli.rs

fn

chaos_cli

Source: crates/spanda-cli/src/chaos_cli.rs

fn

comm_bus_runtime

Source: crates/spanda-cli/src/comm_bus_runtime.rs

fn

compliance_cli

Source: crates/spanda-cli/src/compliance_cli.rs

fn

config_cli

Source: crates/spanda-cli/src/config_cli.rs

fn

config_load

Source: crates/spanda-cli/src/config_load.rs

fn

continuity_cli

Source: crates/spanda-cli/src/continuity_cli.rs

fn

contract_cli

Source: crates/spanda-cli/src/contract_cli.rs

fn

control_center_cli

Source: crates/spanda-cli/src/control_center_cli.rs

fn

control_center_client

Source: crates/spanda-cli/src/control_center_client.rs

struct

impl

fn

method

decision_cli

Source: crates/spanda-cli/src/decision_cli.rs

fn

demo_cli

Source: crates/spanda-cli/src/demo_cli.rs

fn

deploy_ota

Source: crates/spanda-cli/src/deploy_ota.rs

fn

device_cli

Source: crates/spanda-cli/src/device_cli.rs

fn

device_tree_cli

Source: crates/spanda-cli/src/device_tree_cli.rs

fn

diff_cli

Source: crates/spanda-cli/src/diff_cli.rs

fn

drift_cli

Source: crates/spanda-cli/src/drift_cli.rs

fn

entity_cli

Source: crates/spanda-cli/src/entity_cli.rs

fn

estimate_cli

Source: crates/spanda-cli/src/estimate_cli.rs

fn

explain_cli

Source: crates/spanda-cli/src/explain_cli.rs

fn

fault_cli

Source: crates/spanda-cli/src/fault_cli.rs

fn

fault_runtime

Source: crates/spanda-cli/src/fault_runtime.rs

fn

generate_cli

Source: crates/spanda-cli/src/generate_cli.rs

fn

graph_cli

Source: crates/spanda-cli/src/graph_cli.rs

fn

integrity_cli

Source: crates/spanda-cli/src/integrity_cli.rs

fn

network_cli

Source: crates/spanda-cli/src/network_cli.rs

fn

package

Source: crates/spanda-cli/src/package.rs

fn

provider_runtime

Source: crates/spanda-cli/src/provider_runtime.rs

fn

readiness_cli

Source: crates/spanda-cli/src/readiness_cli.rs

fn

recovery_cli

Source: crates/spanda-cli/src/recovery_cli.rs

fn

replay_cli

Source: crates/spanda-cli/src/replay_cli.rs

fn

root

Source: crates/spanda-cli/src/main.rs

impl

ros2_cli

Source: crates/spanda-cli/src/ros2_cli.rs

fn

runtime_hooks

Source: crates/spanda-cli/src/runtime_hooks.rs

struct

impl

fn

score_cli

Source: crates/spanda-cli/src/score_cli.rs

fn

security_assurance_cli

Source: crates/spanda-cli/src/security_assurance_cli.rs

fn

security_runtime

Source: crates/spanda-cli/src/security_runtime.rs

fn

spoof_cli

Source: crates/spanda-cli/src/spoof_cli.rs

fn

swarm_cli

Source: crates/spanda-cli/src/swarm_cli.rs

fn

tamper_cli

Source: crates/spanda-cli/src/tamper_cli.rs

fn

telemetry_cli

Source: crates/spanda-cli/src/telemetry_cli.rs

fn

telemetry_runtime

Source: crates/spanda-cli/src/telemetry_runtime.rs

fn

threat_model_cli

Source: crates/spanda-cli/src/threat_model_cli.rs

fn

trace_cli

Source: crates/spanda-cli/src/trace_cli.rs

fn

trust_cli

Source: crates/spanda-cli/src/trust_cli.rs

fn

spanda-node

Crate root: crates/spanda-node · README

Modules

root

Source: crates/spanda-node/src/lib.rs

struct

fn

spanda-wasm

Crate root: crates/spanda-wasm · README

Modules

root

Source: crates/spanda-wasm/src/lib.rs

fn

spanda-dap

Crate root: crates/spanda-dap · README

Modules

root

Source: crates/spanda-dap/src/main.rs

fn

Compile and run pipeline

spanda-driver

Crate root: crates/spanda-driver · README

Modules

compile

Source: crates/spanda-driver/src/compile.rs

struct

fn

debug_run

Source: crates/spanda-driver/src/debug_run.rs

fn

debug_session

Source: crates/spanda-driver/src/debug_session.rs

struct

enum

impl

fn

method

pipeline

Source: crates/spanda-driver/src/pipeline.rs

fn

recovery_run

Source: crates/spanda-driver/src/recovery_run.rs

fn

replay

Source: crates/spanda-driver/src/replay.rs

fn

root

Source: crates/spanda-driver/src/lib.rs

mod

export

run

Source: crates/spanda-driver/src/run.rs

fn

type_check

Source: crates/spanda-driver/src/type_check.rs

fn

spanda-lexer

Crate root: crates/spanda-lexer · README

Modules

root

Source: crates/spanda-lexer/src/lib.rs

struct

enum

impl

fn

method

spanda-parser

Crate root: crates/spanda-parser · README

Modules

root

Source: crates/spanda-parser/src/lib.rs

impl

fn

spanda-typecheck

Crate root: crates/spanda-typecheck · README

Modules

checker

Source: crates/spanda-typecheck/src/checker.rs

struct

impl

fn

method

diagnostics

Source: crates/spanda-typecheck/src/diagnostics.rs

struct

host

Source: crates/spanda-typecheck/src/host.rs

trait

import_catalog

Source: crates/spanda-typecheck/src/import_catalog.rs

fn

message_registry

Source: crates/spanda-typecheck/src/message_registry.rs

struct

const

impl

fn

method

module_registry

Source: crates/spanda-typecheck/src/module_registry.rs

struct

impl

fn

method

reliability_validation

Source: crates/spanda-typecheck/src/reliability_validation.rs

fn

root

Source: crates/spanda-typecheck/src/lib.rs

mod

export

security_capabilities

Source: crates/spanda-typecheck/src/security_capabilities.rs

fn

type_system

Source: crates/spanda-typecheck/src/type_system.rs

struct

fn

units

Source: crates/spanda-typecheck/src/units.rs

enum

fn

spanda-sir

Crate root: crates/spanda-sir · README

Modules

root

Source: crates/spanda-sir/src/lib.rs

struct

enum

impl

fn

spanda-error

Crate root: crates/spanda-error

Modules

root

Source: crates/spanda-error/src/lib.rs

export

enum

impl

method

Front-end AST

spanda-ast

Crate root: crates/spanda-ast · README

Modules

assurance_decl

Source: crates/spanda-ast/src/assurance_decl.rs

struct

enum

comm_decl

Source: crates/spanda-ast/src/comm_decl.rs

struct

enum

impl

fn

method

fault_decl

Source: crates/spanda-ast/src/fault_decl.rs

struct

enum

foundations

Source: crates/spanda-ast/src/foundations.rs

struct

enum

impl

fn

method

nodes

Source: crates/spanda-ast/src/nodes.rs

struct

enum

const

impl

fn

method

policy_decl

Source: crates/spanda-ast/src/policy_decl.rs

enum

regex

Source: crates/spanda-ast/src/regex.rs

struct

impl

method

robotics_decl

Source: crates/spanda-ast/src/robotics_decl.rs

enum

impl

fn

method

root

Source: crates/spanda-ast/src/lib.rs

mod

spanda-regex-lang

Crate root: crates/spanda-regex-lang

Modules

root

Source: crates/spanda-regex-lang/src/lib.rs

fn

Interpreter and runtime

spanda-interpreter

Crate root: crates/spanda-interpreter · README

Modules

fleet_http

Source: crates/spanda-interpreter/src/fleet_http.rs

struct

fn

options

Source: crates/spanda-interpreter/src/options.rs

struct

impl

root

Source: crates/spanda-interpreter/src/lib.rs

mod

export

type

run

Source: crates/spanda-interpreter/src/run.rs

fn

runtime

Source: crates/spanda-interpreter/src/runtime/mod.rs

export

simulator

Source: crates/spanda-interpreter/src/simulator.rs

struct

impl

fn

method

runtime/orchestrator

Source: crates/spanda-interpreter/src/runtime/orchestrator.rs

export

struct

trait

impl

fn

method

runtime/runtime_actuators

Source: crates/spanda-interpreter/src/runtime/runtime_actuators.rs

impl

runtime/runtime_assurance

Source: crates/spanda-interpreter/src/runtime/runtime_assurance.rs

impl

runtime/runtime_audit

Source: crates/spanda-interpreter/src/runtime/runtime_audit.rs

impl

runtime/runtime_builtins

Source: crates/spanda-interpreter/src/runtime/runtime_builtins.rs

impl

runtime/runtime_connectivity

Source: crates/spanda-interpreter/src/runtime/runtime_connectivity.rs

impl

runtime/runtime_continuity

Source: crates/spanda-interpreter/src/runtime/runtime_continuity.rs

struct

impl

fn

runtime/runtime_decl_extensions

Source: crates/spanda-interpreter/src/runtime/runtime_decl_extensions.rs

impl

runtime/runtime_declarations

Source: crates/spanda-interpreter/src/runtime/runtime_declarations.rs

impl

runtime/runtime_eval

Source: crates/spanda-interpreter/src/runtime/runtime_eval.rs

impl

runtime/runtime_execute

Source: crates/spanda-interpreter/src/runtime/runtime_execute.rs

impl

runtime/runtime_faults

Source: crates/spanda-interpreter/src/runtime/runtime_faults.rs

impl

runtime/runtime_health

Source: crates/spanda-interpreter/src/runtime/runtime_health.rs

impl

runtime/runtime_helpers

Source: crates/spanda-interpreter/src/runtime/runtime_helpers.rs

impl

runtime/runtime_kill_switch

Source: crates/spanda-interpreter/src/runtime/runtime_kill_switch.rs

impl

runtime/runtime_navigation

Source: crates/spanda-interpreter/src/runtime/runtime_navigation.rs

impl

runtime/runtime_operational_policy

Source: crates/spanda-interpreter/src/runtime/runtime_operational_policy.rs

impl

runtime/runtime_program

Source: crates/spanda-interpreter/src/runtime/runtime_program.rs

impl

runtime/runtime_recovery

Source: crates/spanda-interpreter/src/runtime/runtime_recovery.rs

struct

impl

fn

runtime/runtime_reliability

Source: crates/spanda-interpreter/src/runtime/runtime_reliability.rs

impl

runtime/runtime_robot

Source: crates/spanda-interpreter/src/runtime/runtime_robot.rs

impl

runtime/runtime_robotics

Source: crates/spanda-interpreter/src/runtime/runtime_robotics.rs

impl

runtime/runtime_safety

Source: crates/spanda-interpreter/src/runtime/runtime_safety.rs

impl

runtime/runtime_scheduler

Source: crates/spanda-interpreter/src/runtime/runtime_scheduler.rs

impl

runtime/runtime_security

Source: crates/spanda-interpreter/src/runtime/runtime_security.rs

impl

runtime/runtime_sensors

Source: crates/spanda-interpreter/src/runtime/runtime_sensors.rs

impl

runtime/runtime_setup

Source: crates/spanda-interpreter/src/runtime/runtime_setup.rs

impl

runtime/runtime_spawn

Source: crates/spanda-interpreter/src/runtime/runtime_spawn.rs

impl

runtime/runtime_tamper

Source: crates/spanda-interpreter/src/runtime/runtime_tamper.rs

impl

runtime/runtime_triggers

Source: crates/spanda-interpreter/src/runtime/runtime_triggers.rs

impl

runtime/runtime_twin

Source: crates/spanda-interpreter/src/runtime/runtime_twin.rs

impl

runtime/runtime_world_model

Source: crates/spanda-interpreter/src/runtime/runtime_world_model.rs

impl

spanda-runtime

Crate root: crates/spanda-runtime · README

Modules

assurance_runtime

Source: crates/spanda-runtime/src/assurance_runtime.rs

struct

trait

type

impl

fn

classification

Source: crates/spanda-runtime/src/classification.rs

struct

enum

fn

continuity_primitives

Source: crates/spanda-runtime/src/continuity_primitives.rs

fn

continuity_types

Source: crates/spanda-runtime/src/continuity_types.rs

struct

enum

impl

device_telemetry_sink

Source: crates/spanda-runtime/src/device_telemetry_sink.rs

struct

trait

impl

fn

environment

Source: crates/spanda-runtime/src/environment.rs

struct

impl

fn

method

error

Source: crates/spanda-runtime/src/error.rs

struct

impl

method

events

Source: crates/spanda-runtime/src/events.rs

struct

impl

fn

method

fault_primitives

Source: crates/spanda-runtime/src/fault_primitives.rs

fn

fault_runtime

Source: crates/spanda-runtime/src/fault_runtime.rs

struct

trait

type

impl

fn

fault_types

Source: crates/spanda-runtime/src/fault_types.rs

struct

enum

impl

fn

method

fleet_tamper_runtime

Source: crates/spanda-runtime/src/fleet_tamper_runtime.rs

struct

trait

impl

fn

fleet_telemetry_runtime

Source: crates/spanda-runtime/src/fleet_telemetry_runtime.rs

struct

trait

impl

fn

fusion

Source: crates/spanda-runtime/src/fusion.rs

struct

fn

hal_config

Source: crates/spanda-runtime/src/hal_config.rs

enum

health_primitives

Source: crates/spanda-runtime/src/health_primitives.rs

fn

health_types

Source: crates/spanda-runtime/src/health_types.rs

struct

enum

hooks

Source: crates/spanda-runtime/src/hooks.rs

struct

trait

type

impl

host

Source: crates/spanda-runtime/src/host.rs

trait

fn

operational_policy

Source: crates/spanda-runtime/src/operational_policy.rs

struct

fn

provider_runtime

Source: crates/spanda-runtime/src/provider_runtime.rs

struct

trait

type

impl

fn

provider_types

Source: crates/spanda-runtime/src/provider_types.rs

struct

enum

type

impl

fn

method

providers

Source: crates/spanda-runtime/src/providers/mod.rs

mod

readiness_runtime

Source: crates/spanda-runtime/src/readiness_runtime.rs

struct

trait

impl

fn

recovery_primitives

Source: crates/spanda-runtime/src/recovery_primitives.rs

fn

recovery_types

Source: crates/spanda-runtime/src/recovery_types.rs

struct

enum

reliability_runtime

Source: crates/spanda-runtime/src/reliability_runtime.rs

struct

type

impl

fn

method

replay

Source: crates/spanda-runtime/src/replay.rs

struct

trait

impl

fn

method

robot_state

Source: crates/spanda-runtime/src/robot_state.rs

struct

robotics

Source: crates/spanda-runtime/src/robotics.rs

struct

enum

impl

fn

method

root

Source: crates/spanda-runtime/src/lib.rs

mod

export

scheduler

Source: crates/spanda-runtime/src/scheduler.rs

enum

impl

fn

method

security_primitives

Source: crates/spanda-runtime/src/security_primitives.rs

fn

security_runtime

Source: crates/spanda-runtime/src/security_runtime.rs

struct

trait

type

impl

fn

security_types

Source: crates/spanda-runtime/src/security_types.rs

struct

enum

impl

fn

method

serialize

Source: crates/spanda-runtime/src/serialize.rs

fn

state_machine

Source: crates/spanda-runtime/src/state_machine.rs

struct

impl

fn

method

tamper_policy

Source: crates/spanda-runtime/src/tamper_policy.rs

struct

enum

fn

telemetry

Source: crates/spanda-runtime/src/telemetry.rs

struct

impl

fn

method

telemetry_sink

Source: crates/spanda-runtime/src/telemetry_sink.rs

struct

trait

type

impl

fn

triggers

Source: crates/spanda-runtime/src/triggers.rs

struct

enum

const

impl

fn

method

twin

Source: crates/spanda-runtime/src/twin.rs

struct

impl

fn

method

value

Source: crates/spanda-runtime/src/value.rs

struct

enum

impl

fn

method

wire_crypto

Source: crates/spanda-runtime/src/wire_crypto.rs

struct

impl

fn

method

world_model

Source: crates/spanda-runtime/src/world_model.rs

struct

impl

fn

method

providers/hri

Source: crates/spanda-runtime/src/providers/hri.rs

struct

trait

providers/iot

Source: crates/spanda-runtime/src/providers/iot.rs

struct

trait

providers/registry

Source: crates/spanda-runtime/src/providers/registry.rs

struct

impl

fn

method

providers/traits

Source: crates/spanda-runtime/src/providers/traits.rs

trait

providers/transport_types

Source: crates/spanda-runtime/src/providers/transport_types.rs

struct

providers/types

Source: crates/spanda-runtime/src/providers/types.rs

export

spanda-runtime-host

Crate root: crates/spanda-runtime-host

Modules

nav2_adapter

Source: crates/spanda-runtime-host/src/nav2_adapter.rs

fn

robotics_validation

Source: crates/spanda-runtime-host/src/robotics_validation.rs

fn

root

Source: crates/spanda-runtime-host/src/lib.rs

mod

struct

impl

fn

slam_adapter

Source: crates/spanda-runtime-host/src/slam_adapter.rs

fn

type_check_host

Source: crates/spanda-runtime-host/src/type_check_host.rs

struct

impl

fn

spanda-comm

Crate root: crates/spanda-comm

Modules

comm_bus_host

Source: crates/spanda-comm/src/comm_bus_host.rs

struct

trait

type

impl

fn

method

root

Source: crates/spanda-comm/src/lib.rs

mod

export

struct

enum

trait

impl

fn

method

spanda-safety

Crate root: crates/spanda-safety

Modules

root

Source: crates/spanda-safety/src/lib.rs

struct

enum

type

impl

fn

method

spanda-hal

Crate root: crates/spanda-hal

Modules

hal

Source: crates/spanda-hal/src/hal.rs

export

struct

enum

trait

impl

fn

method

hardware_monitor

Source: crates/spanda-hal/src/hardware_monitor.rs

struct

impl

fn

method

root

Source: crates/spanda-hal/src/lib.rs

mod

export

soc

Source: crates/spanda-hal/src/soc.rs

struct

enum

fn

spanda-concurrency

Crate root: crates/spanda-concurrency

Modules

root

Source: crates/spanda-concurrency/src/lib.rs

struct

type

impl

fn

method

spanda-debug

Crate root: crates/spanda-debug

Modules

root

Source: crates/spanda-debug/src/lib.rs

struct

enum

impl

fn

method

spanda-ai

Crate root: crates/spanda-ai

Modules

live

Source: crates/spanda-ai/src/live.rs

struct

impl

fn

root

Source: crates/spanda-ai/src/lib.rs

mod

struct

enum

trait

const

impl

fn

method

Hardware, certify, fleet, OTA

spanda-hardware

Crate root: crates/spanda-hardware · README

Modules

adapter_verify

Source: crates/spanda-hardware/src/adapter_verify.rs

fn

profiles

Source: crates/spanda-hardware/src/profiles.rs

export

fn

root

Source: crates/spanda-hardware/src/lib.rs

mod

verify

Source: crates/spanda-hardware/src/verify.rs

struct

impl

fn

method

spanda-certify

Crate root: crates/spanda-certify

Modules

artifact

Source: crates/spanda-certify/src/artifact.rs

fn

prover

Source: crates/spanda-certify/src/prover.rs

struct

fn

root

Source: crates/spanda-certify/src/lib.rs

mod

export

runtime

Source: crates/spanda-certify/src/runtime.rs

fn

verify

Source: crates/spanda-certify/src/verify.rs

fn

spanda-fleet

Crate root: crates/spanda-fleet · README

Modules

agent

Source: crates/spanda-fleet/src/agent.rs

struct

fn

continuity_agent

Source: crates/spanda-fleet/src/continuity_agent.rs

fn

continuity_mesh

Source: crates/spanda-fleet/src/continuity_mesh.rs

fn

mesh

Source: crates/spanda-fleet/src/mesh.rs

struct

enum

fn

orchestrator

Source: crates/spanda-fleet/src/orchestrator.rs

export

struct

impl

fn

method

recovery_agent

Source: crates/spanda-fleet/src/recovery_agent.rs

fn

recovery_mesh

Source: crates/spanda-fleet/src/recovery_mesh.rs

fn

remote

Source: crates/spanda-fleet/src/remote.rs

struct

fn

root

Source: crates/spanda-fleet/src/lib.rs

mod

export

swarm_continuity

Source: crates/spanda-fleet/src/swarm_continuity.rs

struct

fn

swarm_coordinator

Source: crates/spanda-fleet/src/swarm_coordinator.rs

struct

fn

tamper_mesh

Source: crates/spanda-fleet/src/tamper_mesh.rs

fn

telemetry_mesh

Source: crates/spanda-fleet/src/telemetry_mesh.rs

struct

fn

types

Source: crates/spanda-fleet/src/types.rs

struct

spanda-ota

Crate root: crates/spanda-ota · README

Modules

agent

Source: crates/spanda-ota/src/agent.rs

struct

fn

bundle

Source: crates/spanda-ota/src/bundle.rs

struct

impl

fn

deploy_plan

Source: crates/spanda-ota/src/deploy_plan.rs

fn

plan

Source: crates/spanda-ota/src/plan.rs

fn

remote

Source: crates/spanda-ota/src/remote.rs

struct

fn

root

Source: crates/spanda-ota/src/lib.rs

mod

export

service

Source: crates/spanda-ota/src/service.rs

fn

types

Source: crates/spanda-ota/src/types.rs

struct

enum

impl

spanda-deploy-http

Crate root: crates/spanda-deploy-http · README

Modules

fleet_continuity

Source: crates/spanda-deploy-http/src/fleet_continuity.rs

struct

fn

fleet_recovery

Source: crates/spanda-deploy-http/src/fleet_recovery.rs

struct

fn

fleet_tamper

Source: crates/spanda-deploy-http/src/fleet_tamper.rs

struct

fn

root

Source: crates/spanda-deploy-http/src/lib.rs

mod

struct

fn

Transport and connectivity

spanda-transport

Crate root: crates/spanda-transport · README

Modules

adapter

Source: crates/spanda-transport/src/adapter.rs

struct

trait

impl

fn

method

root

Source: crates/spanda-transport/src/lib.rs

mod

security

Source: crates/spanda-transport/src/security.rs

struct

type

impl

fn

method

tls

Source: crates/spanda-transport/src/tls.rs

struct

fn

wire

Source: crates/spanda-transport/src/wire.rs

struct

impl

fn

method

spanda-transport-routing

Crate root: crates/spanda-transport-routing · README

Modules

live_bridges

Source: crates/spanda-transport-routing/src/live_bridges.rs

struct

impl

fn

method

root

Source: crates/spanda-transport-routing/src/lib.rs

mod

struct

impl

fn

method

runtime_bridge

Source: crates/spanda-transport-routing/src/runtime_bridge.rs

impl

fn

transport_live

Source: crates/spanda-transport-routing/src/transport_live.rs

fn

spanda-transport-ros2

Crate root: crates/spanda-transport-ros2 · README

Modules

adapter

Source: crates/spanda-transport-ros2/src/adapter.rs

struct

impl

daemon

Source: crates/spanda-transport-ros2/src/daemon.rs

impl

fn

live_bridge

Source: crates/spanda-transport-ros2/src/live_bridge.rs

fn

native

Source: crates/spanda-transport-ros2/src/native.rs

fn

native_stub

Source: crates/spanda-transport-ros2/src/native_stub.rs

fn

python_bridge

Source: crates/spanda-transport-ros2/src/python_bridge.rs

fn

rclrs

Source: crates/spanda-transport-ros2/src/rclrs.rs

fn

root

Source: crates/spanda-transport-ros2/src/lib.rs

mod

export

fn

spanda-transport-mqtt

Crate root: crates/spanda-transport-mqtt · README

Modules

adapter

Source: crates/spanda-transport-mqtt/src/adapter.rs

struct

impl

live

Source: crates/spanda-transport-mqtt/src/live.rs

struct

impl

fn

method

python_bridge

Source: crates/spanda-transport-mqtt/src/python_bridge.rs

fn

root

Source: crates/spanda-transport-mqtt/src/lib.rs

mod

export

struct

impl

fn

method

spanda-transport-dds

Crate root: crates/spanda-transport-dds · README

Modules

adapter

Source: crates/spanda-transport-dds/src/adapter.rs

struct

type

impl

live

Source: crates/spanda-transport-dds/src/live.rs

struct

impl

fn

method

root

Source: crates/spanda-transport-dds/src/lib.rs

mod

struct

impl

fn

method

spanda-transport-websocket

Crate root: crates/spanda-transport-websocket · README

Modules

adapter

Source: crates/spanda-transport-websocket/src/adapter.rs

struct

type

impl

live

Source: crates/spanda-transport-websocket/src/live.rs

struct

impl

fn

method

root

Source: crates/spanda-transport-websocket/src/lib.rs

mod

struct

impl

fn

method

spanda-connectivity

Crate root: crates/spanda-connectivity · README

Modules

adapter_bridge

Source: crates/spanda-connectivity/src/adapter_bridge.rs

fn

hardware_types

Source: crates/spanda-connectivity/src/hardware_types.rs

struct

enum

root

Source: crates/spanda-connectivity/src/lib.rs

mod

enum

fn

runtime_sim

Source: crates/spanda-connectivity/src/runtime_sim.rs

struct

fn

spanda-connectivity-runtime

Crate root: crates/spanda-connectivity-runtime

Modules

connectivity_validate

Source: crates/spanda-connectivity-runtime/src/connectivity_validate.rs

fn

root

Source: crates/spanda-connectivity-runtime/src/lib.rs

mod

struct

fn

Tooling and codegen

spanda-format

Crate root: crates/spanda-format

Modules

format

Source: crates/spanda-format/src/format.rs

fn

pretty

Source: crates/spanda-format/src/pretty.rs

impl

fn

root

Source: crates/spanda-format/src/lib.rs

mod

export

spanda-lint

Crate root: crates/spanda-lint

Modules

root

Source: crates/spanda-lint/src/lib.rs

struct

enum

impl

fn

method

spanda-codegen

Crate root: crates/spanda-codegen

Modules

root

Source: crates/spanda-codegen/src/lib.rs

enum

fn

spanda-docs

Crate root: crates/spanda-docs

Modules

builtin_methods

Source: crates/spanda-docs/src/builtin_methods.rs

fn

html_docs

Source: crates/spanda-docs/src/html_docs.rs

fn

language_reference

Source: crates/spanda-docs/src/language_reference.rs

const

impl

fn

man_pages

Source: crates/spanda-docs/src/man_pages.rs

fn

program_docs

Source: crates/spanda-docs/src/program_docs.rs

struct

fn

root

Source: crates/spanda-docs/src/lib.rs

mod

export

spanda-modules

Crate root: crates/spanda-modules

Modules

root

Source: crates/spanda-modules/src/lib.rs

fn

spanda-llvm

Crate root: crates/spanda-llvm · README

Modules

compile

Source: crates/spanda-llvm/src/compile.rs

struct

fn

root

Source: crates/spanda-llvm/src/lib.rs

fn

spanda-rt

Crate root: crates/spanda-rt

Modules

condition

Source: crates/spanda-rt/src/condition.rs

fn

root

Source: crates/spanda-rt/src/lib.rs

fn

FFI, bridge, providers, packages

spanda-bridge

Crate root: crates/spanda-bridge

Modules

cpp

Source: crates/spanda-bridge/src/cpp.rs

fn

cpp_native

Source: crates/spanda-bridge/src/cpp_native.rs

fn

protocol

Source: crates/spanda-bridge/src/protocol.rs

struct

fn

python

Source: crates/spanda-bridge/src/python.rs

fn

python_native

Source: crates/spanda-bridge/src/python_native.rs

fn

root

Source: crates/spanda-bridge/src/lib.rs

mod

fn

spanda-ffi

Crate root: crates/spanda-ffi

Modules

ffi_imports

Source: crates/spanda-ffi/src/ffi_imports.rs

fn

root

Source: crates/spanda-ffi/src/lib.rs

mod

export

struct

type

impl

fn

method

spanda-lib-registry

Crate root: crates/spanda-lib-registry

Modules

root

Source: crates/spanda-lib-registry/src/lib.rs

struct

enum

type

impl

fn

method

spanda-providers

Crate root: crates/spanda-providers · README

Modules

anomaly_onnx

Source: crates/spanda-providers/src/anomaly_onnx.rs

fn

automotive_hub

Source: crates/spanda-providers/src/automotive_hub.rs

struct

impl

fn

method

bootstrap

Source: crates/spanda-providers/src/bootstrap.rs

fn

hri_backends

Source: crates/spanda-providers/src/hri_backends.rs

fn

iot_hub

Source: crates/spanda-providers/src/iot_hub.rs

struct

impl

fn

method

iot_live

Source: crates/spanda-providers/src/iot_live.rs

fn

package_dispatch

Source: crates/spanda-providers/src/package_dispatch.rs

struct

fn

package_stubs

Source: crates/spanda-providers/src/package_stubs.rs

struct

impl

fn

method

radar_env_lock

Source: crates/spanda-providers/src/radar_env_lock.rs

struct

impl

method

root

Source: crates/spanda-providers/src/lib.rs

mod

export

runtime_bridge

Source: crates/spanda-providers/src/runtime_bridge.rs

struct

impl

transport_adapter

Source: crates/spanda-providers/src/transport_adapter.rs

struct

impl

fn

method

spanda-package

Crate root: crates/spanda-package · README

Modules

adapter

Source: crates/spanda-package/src/adapter.rs

struct

fn

adapter_verify

Source: crates/spanda-package/src/adapter_verify.rs

struct

enum

fn

category

Source: crates/spanda-package/src/category.rs

enum

impl

fn

method

dependency

Source: crates/spanda-package/src/dependency.rs

struct

enum

impl

fn

method

error

Source: crates/spanda-package/src/error.rs

enum

type

hardware_req

Source: crates/spanda-package/src/hardware_req.rs

struct

impl

fn

method

import

Source: crates/spanda-package/src/import.rs

fn

integrity

Source: crates/spanda-package/src/integrity.rs

fn

lockfile

Source: crates/spanda-package/src/lockfile.rs

struct

const

impl

fn

method

manifest

Source: crates/spanda-package/src/manifest.rs

struct

const

impl

fn

method

official

Source: crates/spanda-package/src/official.rs

enum

fn

project

Source: crates/spanda-package/src/project.rs

fn

provenance_gate

Source: crates/spanda-package/src/provenance_gate.rs

struct

impl

fn

method

publish

Source: crates/spanda-package/src/publish.rs

struct

fn

registry

Source: crates/spanda-package/src/registry.rs

struct

impl

fn

method

registry_fetch

Source: crates/spanda-package/src/registry_fetch.rs

fn

registry_remote

Source: crates/spanda-package/src/registry_remote.rs

struct

enum

impl

fn

method

registry_sign

Source: crates/spanda-package/src/registry_sign.rs

struct

type

fn

resolver

Source: crates/spanda-package/src/resolver.rs

struct

fn

root

Source: crates/spanda-package/src/lib.rs

mod

export

safety

Source: crates/spanda-package/src/safety.rs

struct

enum

impl

fn

method

tar_extract

Source: crates/spanda-package/src/tar_extract.rs

fn

testing

Source: crates/spanda-package/src/testing.rs

fn

trust

Source: crates/spanda-package/src/trust.rs

struct

fn

validation

Source: crates/spanda-package/src/validation.rs

struct

enum

impl

fn

method

vendor

Source: crates/spanda-package/src/vendor.rs

struct

fn

Security and audit

spanda-security

Crate root: crates/spanda-security

Modules

capability

Source: crates/spanda-security/src/capability.rs

struct

impl

fn

method

encrypted

Source: crates/spanda-security/src/encrypted.rs

struct

impl

fn

method

error

Source: crates/spanda-security/src/error.rs

enum

type

identity

Source: crates/spanda-security/src/identity.rs

struct

impl

fn

method

permissions

Source: crates/spanda-security/src/permissions.rs

struct

impl

fn

method

policy

Source: crates/spanda-security/src/policy.rs

struct

enum

impl

fn

method

rate_limit

Source: crates/spanda-security/src/rate_limit.rs

struct

impl

fn

method

rbac

Source: crates/spanda-security/src/rbac.rs

struct

enum

impl

fn

method

root

Source: crates/spanda-security/src/lib.rs

mod

export

runtime

Source: crates/spanda-security/src/runtime.rs

struct

impl

fn

method

runtime_bridge

Source: crates/spanda-security/src/runtime_bridge.rs

struct

impl

method

secret_vault

Source: crates/spanda-security/src/secret_vault.rs

struct

trait

impl

fn

method

secrets

Source: crates/spanda-security/src/secrets.rs

struct

enum

impl

fn

method

secure_comm

Source: crates/spanda-security/src/secure_comm.rs

struct

impl

fn

method

signed

Source: crates/spanda-security/src/signed.rs

struct

impl

fn

method

tenant

Source: crates/spanda-security/src/tenant.rs

fn

trust

Source: crates/spanda-security/src/trust.rs

enum

impl

fn

method

trust_boundary

Source: crates/spanda-security/src/trust_boundary.rs

struct

enum

impl

fn

method

validate

Source: crates/spanda-security/src/validate.rs

struct

enum

impl

fn

method

wire_crypto

Source: crates/spanda-security/src/wire_crypto.rs

export

spanda-audit

Crate root: crates/spanda-audit

Modules

backend

Source: crates/spanda-audit/src/backend.rs

struct

trait

impl

fn

method

crypto

Source: crates/spanda-audit/src/crypto.rs

fn

error

Source: crates/spanda-audit/src/error.rs

enum

type

platform_event

Source: crates/spanda-audit/src/platform_event.rs

mod

struct

const

impl

fn

method

record

Source: crates/spanda-audit/src/record.rs

struct

impl

fn

method

root

Source: crates/spanda-audit/src/lib.rs

mod

export

runtime

Source: crates/spanda-audit/src/runtime.rs

struct

impl

fn

method

Optional

Excluded from default cargo build --workspace; built when ROS2 native SDK is enabled.

spanda-ros2-rclrs-native

Crate root: crates/spanda-ros2-rclrs-native

Modules

root

Source: crates/spanda-ros2-rclrs-native/src/lib.rs

fn

TypeScript

TypeScript core

Root: src

Modules

adapter-bridge

Source: src/adapter-bridge.ts

fn

adapter-package-verify

Source: src/adapter-package-verify.ts

type

fn

adapter-runtime-bridge

Source: src/adapter-runtime-bridge.ts

const

fn

adapter-verify

Source: src/adapter-verify.ts

fn

ai

Source: src/ai/index.ts

export

fn

ai/Agent

Source: src/ai/Agent.ts

type

fn

ai/AIModel

Source: src/ai/AIModel.ts

type

class

fn

ai/AIProvider

Source: src/ai/AIProvider.ts

type

interface

ai/MemoryStore

Source: src/ai/MemoryStore.ts

type

class

ai/MockAIProvider

Source: src/ai/MockAIProvider.ts

class

fn

ai/PromptRuntime

Source: src/ai/PromptRuntime.ts

fn

ai/registry

Source: src/ai/registry.ts

type

const

fn

assurance

Source: src/assurance.ts

type

fn

ast

Source: src/ast/index.ts

export

ast/assurance-decls

Source: src/ast/assurance-decls.ts

type

ast/nodes

Source: src/ast/nodes.ts

type

const

certify-prover

Source: src/certify-prover.ts

type

fn

certify-runtime

Source: src/certify-runtime.ts

fn

certify-verify

Source: src/certify-verify.ts

fn

cli/certify-bridge

Source: src/cli/certify-bridge.ts

type

const

cli/checker-host

Source: src/cli/checker-host.ts

fn

cli/deploy-readiness-bridge

Source: src/cli/deploy-readiness-bridge.ts

const

fn

cli/hardware-verify-bridge

Source: src/cli/hardware-verify-bridge.ts

fn

cli/run-program

Source: src/cli/run-program.ts

type

fn

comm

Source: src/comm/index.ts

type

class

fn

comm/decls

Source: src/comm/decls.ts

type

class

const

fn

compile

Source: src/compile.ts

export

type

fn

concurrency

Source: src/concurrency.ts

type

class

config-fallback

Source: src/config-fallback.ts

fn

connectivity-positioning

Source: src/connectivity-positioning.ts

type

fn

continuity-checkpoint

Source: src/continuity-checkpoint.ts

type

fn

continuity-diagnostics

Source: src/continuity-diagnostics.ts

type

fn

deploy-agent

Source: src/deploy-agent.ts

type

fn

deploy-bundle

Source: src/deploy-bundle.ts

type

fn

deploy-remote

Source: src/deploy-remote.ts

type

fn

deploy-service

Source: src/deploy-service.ts

type

const

fn

ffi/registry

Source: src/ffi/registry.ts

type

const

fn

ffi/subprocess-bridge

Source: src/ffi/subprocess-bridge.ts

fn

fleet-agent

Source: src/fleet-agent.ts

type

fn

fleet-mesh

Source: src/fleet-mesh.ts

type

fn

fleet-orchestrator

Source: src/fleet-orchestrator.ts

type

fn

fleet-remote

Source: src/fleet-remote.ts

type

fn

foundations

Source: src/foundations.ts

type

const

fn

hal

Source: src/hal/index.ts

type

interface

class

fn

hardware-profile

Source: src/hardware-profile.ts

fn

hardware-profile-types

Source: src/hardware-profile-types.ts

type

hardware-verify

Source: src/hardware-verify.ts

type

fn

http-fetch

Source: src/http-fetch.ts

const

fn

lexer

Source: src/lexer/index.ts

type

class

fn

lib/registry

Source: src/lib/registry.ts

type

const

fn

lsp/symbols

Source: src/lsp/symbols.ts

type

fn

mission-continuity

Source: src/mission-continuity.ts

type

fn

modules

Source: src/modules/index.ts

type

class

fn

navigation

Source: src/navigation/index.ts

type

fn

network

Source: src/network/index.ts

type

const

fn

operational

Source: src/operational.ts

export

type

fn

parser

Source: src/parser/index.ts

export

class

fn

parser/assurance

Source: src/parser/assurance.ts

type

class

fn

provider-runtime-bridge

Source: src/provider-runtime-bridge.ts

const

fn

providers

Source: src/providers/index.ts

export

enum

type

const

providers/bootstrap

Source: src/providers/bootstrap.ts

fn

providers/package_dispatch

Source: src/providers/package_dispatch.ts

fn

providers/registry

Source: src/providers/registry.ts

type

class

fn

readiness

Source: src/readiness.ts

fn

readiness-spans

Source: src/readiness-spans.ts

fn

readiness-types

Source: src/readiness-types.ts

type

recovery

Source: src/recovery.ts

type

fn

recovery-diagnostics

Source: src/recovery-diagnostics.ts

type

fn

regex

Source: src/regex.ts

type

class

fn

reliability

Source: src/reliability.ts

type

fn

replay

Source: src/replay.ts

type

fn

robotics-platform

Source: src/robotics-platform.ts

type

class

fn

ros2

Source: src/ros2/index.ts

type

interface

class

fn

runtime

Source: src/runtime/index.ts

export

runtime/adapter-runtime

Source: src/runtime/adapter-runtime.ts

interface

const

fn

runtime/continuity-types

Source: src/runtime/continuity-types.ts

type

runtime/health-runtime

Source: src/runtime/health-runtime.ts

type

fn

runtime/interpreter

Source: src/runtime/interpreter.ts

type

interface

class

runtime/provider-observer

Source: src/runtime/provider-observer.ts

type

fn

runtime/provider-runtime

Source: src/runtime/provider-runtime.ts

interface

class

fn

runtime/reliability-runtime

Source: src/runtime/reliability-runtime.ts

type

class

fn

runtime/security-runtime

Source: src/runtime/security-runtime.ts

interface

class

fn

runtime/security-types

Source: src/runtime/security-types.ts

type

fn

runtime/telemetry-sink

Source: src/runtime/telemetry-sink.ts

interface

const

fn

runtime/trigger-registry

Source: src/runtime/trigger-registry.ts

type

class

const

fn

runtime/values

Source: src/runtime/values.ts

type

fn

rust-bridge

Source: src/rust-bridge.ts

type

fn

rust-bridge-types

Source: src/rust-bridge-types.ts

type

safety

Source: src/safety/index.ts

type

class

fn

security

Source: src/security/index.ts

export

type

class

const

fn

security-runtime-bridge

Source: src/security-runtime-bridge.ts

fn

security/trust-boundary

Source: src/security/trust-boundary.ts

type

class

fn

security/validate

Source: src/security/validate.ts

type

fn

simulator

Source: src/simulator/index.ts

type

class

fn

soc

Source: src/soc/index.ts

type

const

fn

stdlib

Source: src/stdlib.ts

const

fn

swarm-coordinator

Source: src/swarm-coordinator.ts

type

fn

telemetry-cli

Source: src/telemetry-cli.ts

type

fn

telemetry-fleet

Source: src/telemetry-fleet.ts

type

fn

telemetry-otlp

Source: src/telemetry-otlp.ts

fn

telemetry-push

Source: src/telemetry-push.ts

type

fn

telemetry-sqlite

Source: src/telemetry-sqlite.ts

fn

telemetry-store

Source: src/telemetry-store.ts

type

fn

telemetry-store-bridge

Source: src/telemetry-store-bridge.ts

const

fn

transport

Source: src/transport/index.ts

export

type

interface

class

fn

transport/live-dds

Source: src/transport/live-dds.ts

class

fn

transport/live-mqtt

Source: src/transport/live-mqtt.ts

class

fn

transport/live-websocket

Source: src/transport/live-websocket.ts

class

fn

transport/transport-security

Source: src/transport/transport-security.ts

type

class

const

fn

transport/transport-wire

Source: src/transport/transport-wire.ts

export

type

fn

transport/wire-crypto

Source: src/transport/wire-crypto.ts

class

type-system

Source: src/type-system.ts

fn

types

Source: src/types/index.ts

export

types/checker

Source: src/types/checker.ts

fn

types/checker-host

Source: src/types/checker-host.ts

type

const

types/sensor-types

Source: src/types/sensor-types.ts

type

fn

types/units

Source: src/types/units.ts

export

type

class

const

fn

units

Source: src/units/index.ts

type

fn

@spanda/native

Root: packages/native

Modules

cli-bridge

Source: packages/native/cli-bridge.ts

fn

root

Source: packages/native/index.ts

type

interface

fn

@spanda/lsp

Root: packages/lsp

Modules

@davalgi-spanda/web

Root: packages/web/src

Modules

continuity-agent

Source: packages/web/src/continuity-agent.ts

type

fn

examples

Source: packages/web/src/examples.ts

const

readiness-agent

Source: packages/web/src/readiness-agent.ts

type

fn

readiness-local

Source: packages/web/src/readiness-local.ts

fn

spanda-wasm

Source: packages/web/src/spanda-wasm.ts

type

fn

VS Code extension

Root: editor/vscode/src

Modules

extension

Source: editor/vscode/src/extension.ts

fn

Quick lookup

Alphabetical index of public functions, methods, structs, enums, traits, and classes.