Pgwm 0.3 a pure rust `no_std` no libc window manager.

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • x11rb

    X11 bindings for the rust programming language, similar to xcb being the X11 C bindings

  • I was thinking about specializing x11rb which is a great library for interfacing with X11, to my specific single threaded use case.

  • pgwm

    A minimal tiling x11 window manager

  • If you want to check out the WM, that can be found here. If you want to check out tiny-std, that's here. As previously mentioned, there's a write-up on all of that here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tiny-std

    A tiny Rust std-lib for Linux x86_64 and aarch64

  • If you want to check out the WM, that can be found here. If you want to check out tiny-std, that's here. As previously mentioned, there's a write-up on all of that here.

  • rustix

    Safe Rust bindings to POSIX-ish APIs

  • Have you considered using rustix? It provides many of the facilities of std without using libc.

  • steed-1

    [INACTIVE] Rust's standard library, free of C dependencies, for Linux systems

  • There's also the now-discontinued steed, a standard library implementation without libc.

  • presser

    A crate to help you copy things into raw buffers without invoking spooky action at a distance (undefined behavior).

  • I could also do some direct transmuting, I'm holding off on that but if I decide to go there Gray Olson wrote Presser that might make that not entirely unsafe!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Rust criticism from a Rustacean

    5 projects | /r/rust | 8 Jun 2023
  • Cargo build in debug taking longer than in release?

    1 project | /r/rust | 12 Apr 2023
  • Can rust be entirely written in rust and drop C usage in its code base ?

    7 projects | /r/rust | 7 Sep 2022
  • memmapix: A pure Rust library for cross-platform memory mapped IO, which replace libc with rustix.

    5 projects | /r/rust | 2 Jul 2022
  • What crates would you add to a "batteries-included" library for Rust?

    1 project | /r/rust | 21 Mar 2022