grikod

Crates.iogrikod
lib.rsgrikod
version0.1.0
created_at2026-01-07 23:20:15.362245+00
updated_at2026-01-07 23:20:15.362245+00
descriptionA safe Rust library implementing the standard Gray code conversion.
homepage
repositoryhttps://github.com/WhiteSymmetry/grikodrs
max_upload_size
id2029244
size9,245
Mehmet Keçeci (WhiteSymmetry)

documentation

README

GriKod: A safe Rust library implementing the standard Gray code conversion.

English

“A safe Rust library that converts numbers expressed in binary form into Gray code according to the standard definition, with input validation and robust error handling.”

Short version

“A safe Rust library implementing the standard Gray code conversion.”

Technical version

“A Rust library that converts binary-represented numbers into Gray code using the standard formula ( n \oplus (n \gg 1) ), preserving bit length and providing validated, safe input handling.”

Türkçe

“Standart Gray kod tanımına göre ikili (binary) gösterimdeki sayıları Gray koda dönüştüren, giriş doğrulaması ve hata yönetimi sağlayan güvenli bir Rust kütüphanesi.”

Daha kısa sürüm

“Standart Gray kod dönüşümünü uygulayan güvenli bir Rust kütüphanesi.”

Teknik vurgulu sürüm

“İkili gösterimdeki sayıları, ( n \oplus (n \gg 1) ) tanımına uygun olarak Gray koda dönüştüren, uzunluk korumalı ve güvenli bir Rust kütüphanesi.”

Commit count: 12

cargo fmt