oasis-rs
oasis-rs copied to clipboard
Group commonly cooccurring fields under a common prefix
e.g., Vec<Lazy<String>>, HashMap<Address, Lazy<UserInfo>>
depends on #4
Lazy is a hack. The Correct thing to do is dataflow analysis in the compiler plugin.