A toy std::fs impl that does not need libc

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
  • syscall.rs

    Raw system calls for Rust (by japaric)

  • I made a toy std::fs implementation that does not depend on libc, i.e., using Raw Syscall. There are some voices in the community stating that we should make the standard library opt out of libc for better performance, so I decided to give it a try and wanna know if I could impl such stuff by myself.

  • fs

    A toy std::fs implementation that does NOT depend on libc (by SteveLauC)

  • And the result is, I did make it, but the final impl is much slower than the stdlib(hhh, my fault). Anyway, this is a great journey, and I appreciate it, source code is here, perhaps there may be other forks interested in it:)

  • 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
  • gpoint

    Rust wrapper for using libc's `printf("%g")` format for your floating point output

  • (Self-promotion) I created a crate just for this: https://github.com/bestouff/gpoint It just uses libc's code under the hood.

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

  • How do you manage your git commits?

    7 projects | /r/github | 4 Feb 2023
  • You don't have to type faster to type faster

    2 projects | news.ycombinator.com | 3 Apr 2024
  • Espanso: Because Who Actually Likes Typing Out Their Emails?

    1 project | dev.to | 1 Apr 2024
  • Show HN: A CLI tool that enables you to remove files easily and safely

    8 projects | news.ycombinator.com | 20 Feb 2024
  • Mixed reality gone in Windows 11 Insider Preview Build 26052

    1 project | news.ycombinator.com | 10 Feb 2024