#twine #randomness #blockchain #builder #structures

twine_builder

Twine protocol rust library functionality for building Twine data structures

4 releases

new 0.1.3 Apr 18, 2025
0.1.2 Mar 26, 2025
0.1.1 Mar 21, 2025
0.1.0 Mar 13, 2025

#33 in Magic Beans

Download history 103/week @ 2025-03-08 110/week @ 2025-03-15 226/week @ 2025-03-22 34/week @ 2025-03-29 17/week @ 2025-04-05 39/week @ 2025-04-12

385 downloads per month
Used in 8 crates (7 directly)

MIT license

290KB
7K SLoC

Twine Builder

Crates.io Version docs.rs (with version)

This crate contains functionality for creating Twine data structures. It can be bundled and used from the twine_protocol crate by enabling the build feature.

Usage

Normal construction of twine data involves the following:

See the documentation for specifics about the Signer, TwineBuilder, and Store.

Version 1 data

In order to construct version 1 data structures, the v1 feature flag must be enabled and a BiscuitSigner can be used.

Dependencies

~20–30MB
~547K SLoC