1 unstable release

0.1.0 Mar 12, 2022

#28 in #saber

Download history 100/week @ 2024-04-20 90/week @ 2024-04-27 93/week @ 2024-05-04 88/week @ 2024-05-11 85/week @ 2024-05-18 97/week @ 2024-05-25 100/week @ 2024-06-01 48/week @ 2024-06-08 71/week @ 2024-06-15 105/week @ 2024-06-22 22/week @ 2024-06-29 23/week @ 2024-07-06 91/week @ 2024-07-13 92/week @ 2024-07-20 83/week @ 2024-07-27 87/week @ 2024-08-03

353 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