joto_parse 0.2.0

Fast, const-safe parser for SI, US Customary, and typesetting dimensions with exact representation.
Documentation
1
2
3
4
5
6
7
8
// Copyright 2025 the Joto Authors
// SPDX-License-Identifier: ISC OR Apache-2.0 OR MIT

#![no_std]

pub mod length;
pub mod mass;
pub mod temperature;