dioxus-cloudflare 0.7.3

Bridge between Dioxus server functions and Cloudflare Workers
Documentation
1
2
3
4
5
6
7
8
9
10
11
await-holding-invalid-types = [

  "generational_box::GenerationalRef",

  { path = "generational_box::GenerationalRef", reason = "Reads should not be held over an await point." },

  "generational_box::GenerationalRefMut",

  { path = "generational_box::GenerationalRefMut", reason = "Writes should not be held over an await point." },

  "dioxus_signals::WriteLock",

  { path = "dioxus_signals::WriteLock", reason = "Writes should not be held over an await point." },

]



# Limit cognitive complexity per function

cognitive-complexity-threshold = 25