You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rsh/src/message
Avril 20bf0f1649
Removed install of a panic hook in unit test
4 years ago
..
binary.rs Added MAX_BODY_SIZE 4 years ago
builder.rs Encrypt + Sign tests work. 4 years ago
serial.rs Encrypt + Sign tests work. 4 years ago
tests.rs Removed install of a panic hook in unit test 4 years ago
value.rs Added `UntypedSerializedMessage`: A `SerializedMessage` whos original value type has been erased. A `SerializedMessage<V>` can be converted into this with `.into_untyped()`, and can be converted back with the `unsafe` function `into_typed<V>()`. 4 years ago