oxigemma 0.0.1

Pure-Rust inference engine for Google's Gemma model family (Gemma 4 QAT and beyond)
Documentation
# OxiGemma

[![crates.io](https://img.shields.io/crates/v/oxigemma.svg)](https://crates.io/crates/oxigemma)
[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
[![MSRV: 1.89](https://img.shields.io/badge/MSRV-1.89-orange.svg)](https://blog.rust-lang.org/2025/06/05/Rust-1.89.0.html)

**Status: Name Reservation — Implementation Coming Soon**

Pure-Rust inference engine for Google's Gemma model family.

## About

This crate is currently a name reservation for the OxiGemma project — a sister project to [OxiBonsai](https://github.com/cool-japan/oxibonsai), targeting Google's Gemma model family including the low-memory [Gemma 4 QAT](https://huggingface.co/collections/unsloth/gemma-4-qat) variants. Full implementation will be available in future releases.

OxiGemma is part of the [COOLJAPAN](https://github.com/cool-japan) Pure-Rust ecosystem: zero FFI, zero C/C++, zero external native libraries.

## Copyright

Copyright (c) 2026 COOLJAPAN OU (Team Kitasan)

## License

Licensed under the Apache License, Version 2.0
([LICENSE](LICENSE) or <http://www.apache.org/licenses/LICENSE-2.0>)