1 unstable release

0.1.0 Mar 12, 2022

#27 in #saber

Download history 35/week @ 2024-11-15 80/week @ 2024-11-22 98/week @ 2024-11-29 96/week @ 2024-12-06 76/week @ 2024-12-13 34/week @ 2024-12-20 16/week @ 2024-12-27 27/week @ 2025-01-03 69/week @ 2025-01-10 82/week @ 2025-01-17 42/week @ 2025-01-24 33/week @ 2025-01-31 54/week @ 2025-02-07 38/week @ 2025-02-14 80/week @ 2025-02-21 36/week @ 2025-02-28

214 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