os_str_bytes now has string types!

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

    Lossless functionality for platform-native strings.

  • Thanks for the warning, but you were completely correct. This has now been fixed. Thanks for bringing it to my attention.

  • bstr

    A string type for Rust that is not required to be valid UTF-8.

  • This is a great idea. I realize the find implementation is not ideal and have considered bringing in an optional dependency to improve performance. I remembered bstr using two-way search, so I was wondering if depending on the full crate for searching would be worthwhile, but I see that changed. Thanks for the tip!

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

    RFCs for changes to Rust

  • IIRC, /u/simonsapin once told me that there are actually changes we might want to make to the encoding. I believe this RFC proposed some, although it never got implemented. That RFC would go a long way toward resolving some of the pain here, but only up to a point. Sometimes you really just want the underlying representation. You can't bake everything into string APIs.

  • wasi-libc

    WASI libc implementation for WebAssembly

  • They probably mean the wasm32-wasi target. You can read more about WASI here.

  • omgwtf8

    Optimized-Matching-Generalized Wobbly Transformation Format — 8-bit

  • https://github.com/kennytm/omgwtf8 explains the details of the encoding designed for the RFC burntsushi mentioned: https://github.com/rust-lang/rust/issues/49802

  • rust

    Empowering everyone to build reliable and efficient software.

  • https://github.com/kennytm/omgwtf8 explains the details of the encoding designed for the RFC burntsushi mentioned: https://github.com/rust-lang/rust/issues/49802

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

  • Where is the `str` struct/primitive defined ? I am learning Rust, so don't shoot please :).

    3 projects | /r/rust | 29 Aug 2022
  • Why stdout is faster than stderr?

    2 projects | news.ycombinator.com | 10 Jan 2024
  • Progress toward a GCC-based Rust compiler

    8 projects | news.ycombinator.com | 18 Dec 2023
  • INSANE bug in my code from compiler optimization [Rust] [video]

    2 projects | news.ycombinator.com | 16 Dec 2023
  • Understanding thread-safety vs race conditions

    4 projects | /r/rust | 10 Dec 2023