[][src]Module koibumi_core::encoding

Provides encoding types for Bitmessage messages.

Structs

InvalidEncoding

An error which can be returned when parsing a message encoding type. The actual value of the input is returned as a payload of this error.

Simple

A message encoded in simple encoding type.

Enums

Encoding

Message encoding types.

SimpleError

This error indicates that the operation on simple encoding failed.

TryIntoSimpleError

The error type returned when a conversion from a byte array to a simple encoded message fails.