home.social

#nostd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nostd, aggregated by home.social.

  1. I just released the new version of Mousefood 🐭✨

    🧀 Mousefood — A no_std/embedded-graphics backend for @ratatui_rs

    💯 Render TUIs on microcontrollers
    🌀 Supports ESP32 / RP2040 / STM32, even e-ink & more!
    🦀 Powered by Rust!

    ⭐ GitHub: github.com/ratatui/mousefood

  2. 🎉 penmanship v0.1.0 is out!

    Unicode character lookup library. Converts patterns like `...`, `alpha`, `(c)` to `…`, `α`, `©`.

    - 🎯 Feature-gated categories: punctuation, math, Greek, fractions, currency, symbols, superscripts, subscripts, HTML entities, emoji
    - 📦 `no_std` compatible, zero allocations

    Install: cargo add penmanship

    <crates.io/crates/penmanship>
    <github.com/theroyalwhee0/penma>

    #rust #unicode #nostd

  3. are there any ui abstractions for #nostd #rust embedded-graphics without allocation? (excluding slint, also)

  4. Well I've gotten the #embassy #rust example running on my #picow and connecting to the network. Now I need to choose a #nostd #mqtt library to do the integration with #homeassistant