Commit Graph

15 Commits (specialisation)
 

Author SHA1 Message Date
Avril af19935167
Attempted specialisation. Failed.
3 years ago
Avril ab97278dbd
Added `subtrait!` macro for creating a blanket-impl trait that ``inherits" from one or more different traits in a few different ways (normal -> `Sized` types only, `dyn`: Sized and unsized types , `virtual`: Sized and unsized types, downcastable.)
3 years ago
Avril 2308b61b58 Start: Raw socket handling function
3 years ago
Avril d3c43b323b
Added task cancelling module
3 years ago
Avril c98f1c5c6c Added message header accessors.
3 years ago
Avril 2931a3e8cb
Moved message tests to own file.
3 years ago
Avril 674c7a1171
Sign & Encrypt tests working okay
3 years ago
Avril 101ce28602
Encrypt + Sign tests work.
3 years ago
Avril 226901861a
Start adding stack-allocation helper functions. (ext.rs)
3 years ago
Avril 4877a843bd
Added `DefaultMessageSender`, `DefaultMessageReceiver`, `DefaultMessageSenderReceiver` types, which function the same as `()` for the cases of the trait(s) that they implement.
3 years ago
Avril 36f3ed4586
Abstracted message serialisation test code.
3 years ago
Avril 1f2655a7f2
Basic message de/serialisation test passes. (Value -> Message -> SerializedMessage -> Bytes -> SerializedMessage -> Message -> Value). No encryption tests yet.
3 years ago
Avril 3e59440609 Message de/serial test written (currently failing due to serde_cbor being greedy when deserialising from reader)
3 years ago
Avril c41d5c2c28
Added `SerializedMessage::from_reader()` (reading untrusted messages)
3 years ago
Avril 9142244bca
Started `Message` protocol.
3 years ago