1 unstable release
0.1.0 | Mar 12, 2022 |
---|
#28 in #saber
353 downloads per month
Used in 24 crates
(6 directly)
7KB
u128
U128 helpers for Solana programs.
Motivation
U128 division is very inefficient on Solana BPF. This crate exposes the [uint] crate as a stopgap.
License: Apache-2.0
lib.rs
:
U128 helpers for Solana programs.
Motivation
U128 division is very inefficient on Solana BPF. This crate exposes the [uint] crate as a stopgap.
Dependencies
~240KB