Skip to content
View cool-japan's full-sized avatar

Highlights

  • Pro

Block or report cool-japan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

OxiSQL is the COOLJAPAN-blessed Pure-Rust database layer: a unified SQL surface that spans embedded engines, OLTP wire-protocol clients (Postgres, MySQL), and a SQLite-compatible embedded path — wi…

Rust 1 Updated Jun 15, 2026

OxiAudio is Pure-Rust audio processing workspace: decode, encode, DSP effects, and spectral analysis.

Rust 2 Updated Jun 11, 2026

OxiH5 is the COOLJAPAN Pure-Rust HDF5 reader. It parses real HDF5 files (written by h5py / libhdf5) from scratch using only std byte parsing — no *-sys, no C libhdf5, no unsafe code.

Rust 1 Updated Jun 11, 2026

OxiHTTP is the COOLJAPAN Pure-Rust HTTP stack — a reqwest/hyper facade for the COOLJAPAN ecosystem. It provides HTTP/1.1, HTTP/2, and (in M5) HTTP/3 support without any C/C++/Fortran dependencies i…

Rust 1 Updated Jun 11, 2026

Pure-by-default Rust gRPC stack — client and server — that requires NO protoc binary at build time, NO openssl at link time, and NO ring in its default cryptographic closure. OxiRPC does not rewrit…

Rust 1 Updated Jun 11, 2026

OxiSound is the COOLJAPAN Pure-Rust audio device I/O layer.

Rust 2 Updated Jun 11, 2026

OxiStore is the COOLJAPAN-blessed Pure Rust low-level storage layer: embedded key-value, columnar in-memory & on-disk, and blob storage abstraction (local fs + cloud). It exists so the dozens of Ox…

Rust 1 Updated Jun 11, 2026

OxiCrypto is the COOLJAPAN-blessed Pure Rust cryptographic primitives layer: hashes, MACs, AEADs, signatures, key exchange, KDFs, password hashing, PRNGs, and a post-quantum preview. It is the foun…

Rust 3 Updated Jun 11, 2026

OxiNum is Pure-Rust arbitrary-precision math — the COOLJAPAN GMP/MPFR-free replacement. OxiNum replaces rug / GMP / MPFR with a 100 % Pure Rust, MIT OR Apache-2.0 licensed implementation built on t…

Rust 4 Updated Jun 11, 2026

OxiFont is the COOLJAPAN Pure Rust font discovery + font parsing layer for the oxi* ecosystem. It replaces the fontconfig (C, family matching + system enumeration) and freetype (C, font file parsin…

Rust 2 Updated Jun 11, 2026

OxiQUIC is the COOLJAPAN Pure-Rust QUIC transport and HTTP/3 stack. It implements RFC 9000/9001/9002 directly on the rustls::quic TLS 1.3 API driven by the oxiquic-crypto Pure-Rust crypto provider …

Rust 2 Updated Jun 11, 2026

OxiText is the COOLJAPAN Pure-Rust text pipeline: shape → bidi → line-break → layout → rasterize. It replaces the canonical C stack — harfbuzz (shaper), pango/icu (layout + bidi + segmentation), fr…

Rust 2 Updated Jun 11, 2026

OxiTLS is the COOLJAPAN-blessed Pure Rust TLS transport stack. It exists so a downstream cargo build --no-default-features on rust:slim produces a working TLS 1.2 / 1.3 client and server with a Pur…

Rust 2 Updated Jun 11, 2026

OxiUI is the COOLJAPAN-blessed Pure Rust UI layer: no GTK (C), no Qt (C++), no SDL (C), no system widgets, no raw AppKit / Win32 / Cocoa bindings. It is a thin, opinionated facade over egui (immedi…

Rust 2 Updated Jun 11, 2026

OxiProto is the COOLJAPAN Pure-Rust Protocol Buffers stack. It eliminates the build-time protoc (C++) binary that prost-build and tonic-build demand on PATH, by routing all .proto parsing and descr…

Rust 3 Updated Jun 11, 2026

The open-source AI voice studio. Clone, dictate, create.

TypeScript 29,985 3,702 Updated Apr 26, 2026
Python 3,353 411 Updated Jul 14, 2025

OxigenAI は、デジタル庁が2026年4月24日に MIT ライセンスで公開した法令 AI 実装「源内AIアプリ(源内Web と源内AIアプリの2リポジトリ構成)」の一部 を Pure Rust で完全再実装を目指すプロジェクトです。

Rust 5 Updated Jun 13, 2026

CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

Rust 62,348 3,860 Updated Jun 14, 2026

OxiEML - A Pure Rust crate that implements the EML operator eml(x, y) = exp(x) - ln(y) and builds uniform binary trees expressing all elementary functions using only this operator and the constant 1.

Rust 40 4 Updated Jun 14, 2026

Pure Rust LLM Inference Engine — The Sovereign Alternative to llama.cpp License Rust Complete GGUF model loading, multi-format quantized inference, and an OpenAI-compatible API server — all without…

Rust 18 3 Updated Jun 14, 2026

OxiCUDA replaces the entire NVIDIA CUDA Toolkit software stack with type-safe, memory-safe Rust code.

Rust 124 9 Updated Jun 14, 2026

OxiBonsai is a zero-FFI, zero-C/C++ inference engine for PrismML's sub-2-bit Bonsai family — both the 1-bit line (Q1_0_g128) and the ternary line (TQ2_0_g128). It runs on CPU (SIMD), Apple Silicon …

Rust 103 15 Updated Jun 12, 2026

Unified physics engine written in Rust, aiming to replace Bullet, OpenFOAM, LAMMPS, and CalculiX.

Rust 18 1 Updated Jun 14, 2026

An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.

Rust 193,803 109,964 Updated Jun 8, 2026

OxiRouter is Autonomous Semantic Federation Engine for the Edge — Learned source selection for SPARQL federated queries with context-awareness.¥

Rust 1 Updated May 17, 2026

OxiONNX is a high-performance ONNX inference engine written in pure Rust. It supports 147 ONNX operators, GPU acceleration via wgpu, SIMD optimization, and runs on any platform including WebAssembly.

Rust 11 Updated Jun 12, 2026

Pure Rust Whisper speech-to-text inference engine. Zero C/C++ dependencies.

Rust 9 2 Updated Jun 10, 2026

COOLJAPAN

4 1 Updated Jun 4, 2026

OxiPhoton provides electromagnetic wave propagation, optical device design, and photonics simulation in pure Rust. It implements Transfer Matrix Method, materials modeling, and type-safe optical un…

Rust 8 1 Updated Jun 14, 2026
Next