Thanks to visit codestin.com Credit goes to github.com
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 6d3dc77 commit 75e73d5Copy full SHA for 75e73d5
2 files changed
README.md
@@ -30,7 +30,7 @@ Click the image below to see the playlist with all project related content:
30
31
Each episode sums up one major step in project development:
32
33
-* [Episode 1](http://youtu.be/2U3SpepKaBE): generating Rust APIs
+* [Episode 1](http://youtu.be/2U3SpepKaBE): How to write 78 APIs in 5s
34
35
# Build Instructions
36
src/mako/deps.mako
@@ -127,7 +127,7 @@ ${api_clean}:
127
% endfor
128
129
130
-clean${agsuffix}: ${space_join(1)} docs-clean${agsuffix}
+clean-all${agsuffix}: ${space_join(1)} docs-clean${agsuffix}
131
cargo${agsuffix}: ${space_join(2)}
132
publish${agsuffix}: | gen-all${agsuffix} ${space_join(4)}
133
gen-all${agsuffix}: ${space_join(0)}
0 commit comments