13 Commits (main)
 

Author SHA1 Message Date
Trivernis 7aa960c6ed
Merge pull request #2 from fLotte-meets-HWR-DB/actions
Add Rust Action
4 years ago
Trivernis df9ec3afe7
Merge pull request #1 from fLotte-meets-HWR-DB/actions-1
Create rust.yml
4 years ago
Trivernis 88471bcb41
Create rust.yml 4 years ago
trivernis 8b8245b6b8
Add license and crates.io metadata
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 49d5458538
Add scheduled thread pool
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 085ed6ee04
Fix zero bytes being used when deserializing
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 4991dbb20f
Add more logging
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis c84d69c164
Expose message method and data field
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 90c68cce99
Expose message field on message handler
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis f25e96c2ae
Update README
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 49dd76c142
Add RpcServer implementation
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
Trivernis 4a069f6ff5
Create README.md 4 years ago
trivernis fd23240633
Add Message struct and implementation
Add a Message struct representing a single rpc message that has
a field for the called method and the data as well as the length
indicator and a crc32 checksum. The struct implements a way of
serializing the message into bytes and constructing it from bytes
with support for serde.

Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago