|
1 | 1 | # Summary |
2 | 2 |
|
3 | | -[Introduction](01_introduction.md) |
| 3 | +[Introduction](introduction.md) |
4 | 4 |
|
5 | 5 | # Lifecycle |
6 | 6 |
|
7 | | -- [Development environment](02_devenv.md) |
8 | | -- [Libraries](03_libraries.md) |
| 7 | +- [Development environment](devenv.md) |
| 8 | +- [Libraries](libraries.md) |
9 | 9 |
|
10 | 10 | # Language |
11 | 11 |
|
12 | | -- [Language guarantees](05_guarantees.md) |
13 | | -- [Naming](05_naming.md) |
14 | | -<!-- - [Macros](05_macros.md) --> |
15 | | -- [Integer operations](05_integer.md) |
16 | | -- [Error handling](05_errors.md) |
17 | | -<!-- - [Type system](05_typesystem.md) --> |
18 | | -- [Central traits](05_central_traits.md) |
19 | | -- [Unsafe Rust](06_unsafe.md) |
20 | | - - [Generalities](06_1_unsafe_generalities.md) |
21 | | - - [Memory management](06_2_unsafe_memory.md) |
22 | | - - [Foreign Function Interface](06_3_unsafe_ffi.md) |
| 12 | +- [Language guarantees](guarantees.md) |
| 13 | +- [Naming](naming.md) |
| 14 | +<!-- - [Macros](macros.md) --> |
| 15 | +- [Integer operations](integer.md) |
| 16 | +- [Error handling](errors.md) |
| 17 | +<!-- - [Type system](typesystem.md) --> |
| 18 | +- [Central traits](central_traits.md) |
| 19 | +- [Unsafe Rust](unsafe.md) |
| 20 | + - [Generalities](unsafe_generalities.md) |
| 21 | + - [Memory management](unsafe_memory.md) |
| 22 | + - [Foreign Function Interface](unsafe_ffi.md) |
23 | 23 |
|
24 | 24 | # Ecosystem |
25 | 25 |
|
26 | | -- [Standard library](04_standard.md) |
| 26 | +- [Standard library](standard.md) |
27 | 27 |
|
28 | 28 | [Licence](LICENCE.md) |
29 | 29 |
|
30 | | -<!-- TODO - [Test and fuzzing](08_testfuzz.md) --> |
| 30 | +<!-- TODO - [Test and fuzzing](testfuzz.md) --> |
0 commit comments