There is also an alternative to hello_world example with include!.
- "Hello, World" example to start to learn it and collect binaries.
- "React" example to serve static files and a single html file to a route.
- "Database" example to make REST CRUD API.
- https://github.com/JasonShin/fp-core.rs
- https://hoverbear.org/blog/reading-rust-function-signatures/
- https://medium.com/@jesterxl/real-world-uses-of-tacit-programming-part-1-of-2-f2a0c3f9e00c
- https://medium.com/@jesterxl/real-world-uses-of-tacit-programming-part-2-of-2-6422da10dc47
- https://stevedonovan.github.io/rustifications/2018/08/18/rust-closures-are-hard.html
- https://llogiq.github.io/2017/06/01/perf-pitfalls.html