1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00

rework IntoPatterns trait and codegen (#372)

This commit is contained in:
Rob Ede
2021-07-17 01:06:23 +01:00
committed by GitHub
parent a0fe2a9b2e
commit 5687e81d9f
7 changed files with 300 additions and 104 deletions

View File

@ -27,3 +27,8 @@ actix-utils = { path = "actix-utils" }
bytestring = { path = "bytestring" }
local-channel = { path = "local-channel" }
local-waker = { path = "local-waker" }
[profile.release]
lto = true
opt-level = 3
codegen-units = 1