3 releases

0.0.7 Jun 18, 2022
0.0.6 Jun 12, 2022
0.0.5 Jun 6, 2022

#1489 in Encoding

39 downloads per month

MIT/Apache

800KB
12K SLoC

wider primitives

This library aims to replicate the core vibe of standard integer primitive types, but with more bits in them. Most of their API should be available as-is and documented accordingly, with as much const-ness as possible. It also works in a #![no_std] environments, unless otherwise stated in optional features that may be added later.

Feature flags

internals-doc-visible

Shows publicly available doc(hidden) modules, exports, items, methods, functions and so on. No semver compatible guarantees are made w.r.t. breaking changes in any of those. Might be useful with cargo doc --features internals-doc-visible to inspect the source code directly.

unstable

Enables nightly support. Currently makes all impls related to ops, cmp, From and FromStr const. You would also need to manually specify the list of nightly features used inside your crate or a library, such as const_trait_impl and const_mut_refs.

serde

Enables serde support.

The minimum supported rust version (MSRV)

If there is any good reason to use the latest stable release for upcoming updates, then expect it to be used in a next major bump. A table below shall track the history of such occurences.

Version MSRV
0.0.5 1.59.0

Dependencies