Block a user
RFC: Сетевое взаимодействие между worker/supervisor
В приложении слегка обновленный файл с SRS.
Я не вижу смысла использовать что-то кроме tcp/ip, поэтому про udp (и…
Refactor tests to remove test fixtures and serial crate
serial
was removed as a dependency, tests were rewritten to use separate temporary files.
Unnecessary files are cleaned up with auxiliary struct with the drop
trait, which seems to work just fine and does not require another dependency. Maybe just keep this solution or is tempfile
superior in some way?
Do we really need to move test data into the code? I feel like separating them is a cleaner approach.
Review dependencies for unecessary features
It sounds reasonable, but maybe wait until we have release version ready? Compile times do not seem to be an issue yet (and are unlikely to be in a foreseeable future), so it can save us some fuss.
Split and rebase commits into a nicer-looking history
Split and rebase commits into a nicer-looking history