1 unstable release

0.1.0 Mar 12, 2022

#26 in #saber

Download history 79/week @ 2023-12-18 47/week @ 2023-12-25 31/week @ 2024-01-01 78/week @ 2024-01-08 52/week @ 2024-01-15 47/week @ 2024-01-22 28/week @ 2024-01-29 61/week @ 2024-02-05 80/week @ 2024-02-12 51/week @ 2024-02-19 90/week @ 2024-02-26 107/week @ 2024-03-04 72/week @ 2024-03-11 95/week @ 2024-03-18 133/week @ 2024-03-25 165/week @ 2024-04-01

488 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

~245KB