Ross ROSS = Recommend OSS · open-source software intelligence for agents

BurntSushi/byteorder

Rust library for reading/writing numbers in big-endian and little-endian. observed · 2026-08-28

github.com/BurntSushi/byteorder · Rust · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4229
  • days_rel: n/a
  • days_push: 707
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1093 stars · 160 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Rust crate providing convenience methods for encoding and decoding numbers in big-endian or little-endian byte order. It extends the standard Read and Write traits with endian-aware numeric methods and supports no_std environments.

Use cases

  • read and write integers in little-endian or big-endian byte order
  • parse binary file formats with specific endianness
  • serialize numbers for network protocols
  • decode binary data from a byte stream in Rust
  • use endian-aware number encoding in a no_std embedded project

When to choose

  • you need endian-aware reading/writing of numbers over io::Read/io::Write streams
  • you are working with binary file formats or network protocols in Rust
  • you need a lightweight, no_std-compatible serialization helper

When to avoid

  • you only need simple conversions like to_le_bytes/from_le_bytes available in the Rust standard library since 1.32
  • you need full struct serialization rather than raw number encoding

Facets

library · maturity stable

serialization developer-tools files rust cross-platform byte-order endian binary-format no-std rust-crate

2 sources

Member repositories

RepositoryRoleHealth v2
BurntSushi/byteordermain32

For agents

markdown · JSON · MCP: product_card(name="BurntSushi/byteorder")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem