#open-wrt #linux #api-bindings

no-std ubus

Work-in-progress: OpenWRT ubus client library in pure Rust

8 releases

Uses new Rust 2024

0.1.7 Mar 6, 2025
0.1.6 Feb 27, 2025
0.1.5 Jan 16, 2024
0.1.4 Dec 30, 2023
0.1.0 Nov 30, 2023

#285 in Unix APIs

Download history 3/week @ 2025-02-12 32/week @ 2025-02-19 170/week @ 2025-02-26 143/week @ 2025-03-05 8/week @ 2025-03-12

475 downloads per month

BSD-2-Clause

54KB
1K SLoC

ubus (Rust)

Work in progress

This is a pure Rust library for implementing OpenWRT ubus clients.

Goals

  • Minimal bloat
  • Few dependencies
  • Zero allocations inside main code
  • no_std where possible
  • Don't panic!

Supported

  • Unix-Domain-Socket + Type-Length-Value protocol support
  • blob TLV format support
  • High-level abstraction for lookup command
  • High level abstraction for call command
  • JSON support

TODO

  • High level abstraction for subscribe/unsubscribe commands
  • HTTP(S) + JSON protocol support

Dependencies

~0.7–1.5MB
~33K SLoC