# Summary
- [Introduction](./introduction.md)
- [Examples](./examples/index.md)
- [Hello World](./examples/hello_world.md)
- [Types](./types/index.md)
- [Primitive Numbers](./types/numbers.md)
- [`String`](./types/string.md)
- [`&str`](./types/str.md)
- [`bool`](./types/bool.md)
- [`Vec`](./types/vec.md)
- [`HashMap`](./types/hashmap.md)
- [`Binary`](./types/binary.md)
- [`Option`](./types/option.md)
- [`Object`](./types/object.md)
- [`Closure`](./types/closure.md)
- [Macros](./macros/index.md)
- [Module](./macros/module.md)
- [Module Startup Function](./macros/module_startup.md)
- [Function](./macros/function.md)
- [Structs](./macros/structs.md)
- [`impl`s](./macros/impl.md)
- [Constants](./macros/constant.md)