Factor usage of common error type more

This commit is contained in:
Dominik Werder
2021-12-08 13:20:07 +01:00
parent c39af81097
commit 3c64eafd14
56 changed files with 751 additions and 354 deletions

View File

@@ -1,14 +1,14 @@
[workspace]
members = ["daqbuffer", "h5out", "archapp", "archapp_xc", "archapp_wrap", "items", "nodenet", "httpclient", "fsio"]
members = ["daqbuffer", "h5out", "archapp", "archapp_xc", "archapp_wrap", "items", "nodenet", "httpclient", "fsio", "dq"]
[profile.release]
opt-level = 1
debug = 1
#overflow-checks = true
#debug-assertions = true
debug = 0
overflow-checks = false
debug-assertions = false
lto = "off"
codegen-units = 160
codegen-units = 32
incremental = true
[patch.crates-io]
tokio = { git = "https://github.com/dominikwerder/tokio", rev = "637a0c8a" }
tokio = { git = "https://github.com/dominikwerder/tokio", rev = "f069c87f" }