1 unstable release

0.1.0 Mar 12, 2022

#26 in #saber

Download history 93/week @ 2024-07-19 95/week @ 2024-07-26 82/week @ 2024-08-02 90/week @ 2024-08-09 75/week @ 2024-08-16 63/week @ 2024-08-23 57/week @ 2024-08-30 69/week @ 2024-09-06 69/week @ 2024-09-13 85/week @ 2024-09-20 71/week @ 2024-09-27 29/week @ 2024-10-04 39/week @ 2024-10-11 55/week @ 2024-10-18 55/week @ 2024-10-25 73/week @ 2024-11-01

222 downloads per month
Used in 24 crates (6 directly)

Apache-2.0

7KB

u128

U128 helpers for Solana programs.

Crates.io License Build Status Contributors

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.

Crates.io License Build Status Contributors

Motivation

U128 division is very inefficient on Solana BPF. This crate exposes the [uint] crate as a stopgap.

Dependencies

~240KB