Proto commits in Martichou/rquickshare

These 3 commits are when the Protocol Buffers files have changed:

Commit:72d6c71
Author:SalmonSays
Committer:GitHub

fix: handle non-UTF-8 endpoint_name (#243) * Update offline_wire_formats.proto Modify endpoint_name from string to bytes * Update outbound.rs "endpoint_name: Some(sys_metrics::host::get_hostname()?.into()), consumes the newly formatted String and returns a Vec<u8>

The documentation is generated from this commit.

Commit:d989683
Author:Martichou
Committer:Martichou

feat!: add frontend(tauri) & move current to core_lib The idea is to have the frontend(tauri), handle the UI and all while the core_lib will be included as a library (no shit) into the tauri app. Signed-off-by: Martichou <m@rtin.fyi>

Commit:76c28b7
Author:Martichou
Committer:Martichou

feat: add TcpListener & parse proto This is a start; implementing the whole protocol will take time and will be done one part after another. For now I get the first frame and I'm happy with that. Signed-off-by: Martichou <m@rtin.fyi>