unitforge 0.4.2

A library for unit and quantity consistent computations in Rust
Documentation
1
2
3
4
from .unitforge import *  # noqa: F401,F403
from . import unitforge as _ext
_UNITFORGE_API = _ext._UNITFORGE_API
del _ext