1// lib.rs 2// 3// Copyright (c) 2025 Junpei Kawamoto 4// 5// This software is released under the MIT License. 6// 7// http://opensource.org/licenses/mit-license.php 8 9#![doc = include_str!("../README.md")] 10#![no_std]