veloren/network/src
Marcel Märtens 153c6c3b13 Fixing Tarpaulin isn't easy.
So first off all we had to update the toolchain, i think everything in september is okay, but we got with this current version.
Then we had to update several dependencies, which broke:
 - need a specific fix of winit, i think we want to get rid of this with iced, hopefully, because its buggy as hell. update wayland client to 0.27
 - use a updated version of glutin which has wayland-client 0.27 and no longer the broke version 0.23
 - update conrod to use modern copypasta 0.7
 - use `packed_simd_2` instead of `packed_simd` as the owner of the create abandoned the project.
 - adjust all the coding to work with the newer glutin and winit version. that also includes fixing a macro in one of the dependencies that did some crazy conversion from 1 event type to another event type.
   It was called `convert_event`
 - make a `simd` feature which is default and introduce conditional compiling.
   AS I HAVE NO IDEA OF SIMD AND THE CODE. AND I DIDN'T INTRODUCE THE ERROR IN THE FIRST PLACE, WE PANIC FOR NON SIMD CASE FOR NOW. BUT IT WORKS FOR TESTS.
 - tarpaulin doesnt support no-default-features. so we have to `sed` them away. semms fair.
2020-10-26 17:04:20 +01:00
..
api.rs Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel 2020-10-19 10:23:30 +02:00
channel.rs fix compiling with metrics 2020-08-27 09:35:06 +02:00
lib.rs Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel 2020-10-19 10:23:30 +02:00
message.rs Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel 2020-10-19 10:23:30 +02:00
metrics.rs reduce load on metrics by ALOT! 2020-08-27 01:55:13 +02:00
participant.rs apparently span doesnt work for async, so i replaced it by an instrument version 2020-10-14 17:54:01 +02:00
prios.rs Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
protocols.rs Corrected some spelling errors 2020-08-25 12:21:25 +00:00
scheduler.rs add more tracing and drop lock earlier 2020-10-13 19:01:53 +02:00
types.rs Propper Compression support of network. 2020-08-25 23:55:27 +02:00