| Crates.io | twine_builder |
| lib.rs | twine_builder |
| version | 0.1.3 |
| created_at | 2025-03-13 23:21:09.544685+00 |
| updated_at | 2025-04-18 23:13:06.958661+00 |
| description | Twine protocol rust library functionality for building Twine data structures |
| homepage | |
| repository | https://github.com/twine-protocol/twine-rs |
| max_upload_size | |
| id | 1591619 |
| size | 120,404 |
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.
Normal construction of twine data involves the following:
Signer] to sign data.TwineBuilder] and providing it with the signer.twine_lib::store::Store].See the documentation for specifics about the [Signer], [TwineBuilder],
and Store.
In order to construct version 1 data structures, the v1 feature flag
must be enabled and a BiscuitSigner can be used.