#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

#291 in Unix APIs

Download history 16/week @ 2024-12-10 3/week @ 2025-02-11 28/week @ 2025-02-18 166/week @ 2025-02-25 143/week @ 2025-03-04 13/week @ 2025-03-11

350 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.6MB
~34K SLoC