We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b014bf commit de1e27bCopy full SHA for de1e27b
docs/src/ReleaseNotes/0.16.0.md
@@ -32,4 +32,7 @@ A shiny new overhauled loading/unloading script pipeline which:
32
- Is much more customizable (want custom callbacks, or don't like how we named our core callbacks? Just disable them and add your own!)
33
- More scalable, allowing you to load thousands of scripts, without hogging your framerate (by abstracting loading into tickable state machines)
34
35
-See the new docs section for details.
+See the new docs section for details.
36
+
37
+# Pre-expanding generated code
38
+Generated code is now expanded at generation time via `cargo expand` saving on compilation time for consumers.
0 commit comments