Crate pierport

Crate pierport 

Source
Expand description

§Pierport

§Reference building blocks for the Pierport Protocol

This library contains building blocks for a rust-based implementation of the pierport protocol.

Modules§

header

Structs§

Error
Crate-wide error type.
ImportCapabilities
Describes the capabilities exposed by the given pierport implementation.
ImportPayload
Import payload, as per pierport spec.
PostUnpackCfg
Actions to be taken after pier is unpacked.
StandardUnpack
UrbitPier
VereVersion
VersionDb

Enums§

ImportFormat
Supported import formats, as per pierport spec.
ImportStatus
Status of the import session, as per pierport spec.
Pace

Traits§

AsyncUnpack

Functions§

current_os_arch
export_dir
Compresses a pier directory using zstd compression algorithm.
find_files_by_suffix
import_zip_file
Filters files on a zip file, and outputs them to a given function
import_zstd_stream
Filters files on a zstd stream, and outputs them to given function
import_zstd_stream_with_vere
Filters files on a zstd stream, and outputs them to given function

Type Aliases§

Result