#byte-array #tari #utilities #convert #hex #place #hidden

no-std tari_utilities

A set of useful and commonly used utilities that are used in several places in the Tari project

16 releases (7 breaking)

0.7.0 Dec 6, 2023
0.6.2 Nov 30, 2023
0.6.1 Sep 27, 2023
0.5.0 Jul 18, 2023
0.0.1 Mar 29, 2019

#906 in Magic Beans

Download history 305/week @ 2023-12-23 499/week @ 2023-12-30 622/week @ 2024-01-06 1170/week @ 2024-01-13 924/week @ 2024-01-20 928/week @ 2024-01-27 1076/week @ 2024-02-03 724/week @ 2024-02-10 773/week @ 2024-02-17 887/week @ 2024-02-24 1069/week @ 2024-03-02 1298/week @ 2024-03-09 994/week @ 2024-03-16 911/week @ 2024-03-23 953/week @ 2024-03-30 549/week @ 2024-04-06

3,518 downloads per month
Used in 21 crates (10 directly)

BSD-3-Clause

85KB
1.5K SLoC

Tari Utilities

Coverage Status

This crate is part of the Tari Cryptocurrency project.

A set of useful and commonly used utilities that are used in several places in the Tari project.

bit

Functions for conversion between integer and bit array.

byte_array

A trait that offers representation of data types as a byte array or hex string. See also extend_bytes and message_format.

convert

Function which tries to convert a series of Ts to Us.

encoding

A trait that handles base58 encoding and decoding.

epoch_time

Data structure representing time as a u64.

extend_bytes

A trait allows us to call append_raw_bytes and get the raw bytes of the type.

fixed_set

Data structure describing a fixed set of size n.

hash

A simple Hashable trait which is used to describe how an object should be hashed.

hex

Functions for conversion between binary and hex string.

locks

Macros for RwLock.

message_format

A MessageFormat trait that handles conversion from and to binary, json, or base64.

Hidden

A wrapper type for concealing sensitive information in logs.

Feature Flags

Some of the utilities can be removed with feature flags:

std

This will allow epoch_time, encoding and safe_array

zero

This will include zeroize support

serialize

This will include support for serde

borsh

This will include support for borsh

default

This will include all feature flags.

Dependencies

~1.5–2.4MB
~54K SLoC