v1.0.20240731
·
14 commits
to master
since this release
Summary
β Chapter baru
β Chapter update
- Variabel
- Penambahan penjelasan tentang variabel
_
- Penambahan penjelasan tentang variabel
- Tipe Data β Result
- Perbaikan konten
- Penambahan penjelasan tentang tipe
Result<T>
danResult<(), E>
- Penambahan penjelasan tentang intro error handling di Rust
- File, Path, Directory
- Penambahan penjelasan terkait OS path ketika method
.join()
digunakan - Penambahan contoh operasi baca file ke string & vector
- Penambahan sample source code yang sebelumnya tidak ada
- Perbaikan syntax error
- Penambahan penjelasan terkait OS path ketika method
- Traits
- Chapter di-split menjadi 2, yaitu Traits dan Traits β Advanced
- Penambahan penjelasan tentang external traits vs internal traits
- Perbaikan narasi konten
- Attributes
- Penambahan attribute configuration
- Penambahan section macro
cfg!()
dan conditional compilation - Penambahan section configuration
debug_assertions
- Penambahan attribute linting:
#[forbid]
β General update
- Peningkatan keyword untuk keperluan SEO
- Perubahan isi konten halaman utama
What's Changed
- feat: update contribution page & github buttons by @novalagung in #83
- fix: typo in pointer-references.md by @afifurrohman-id in #84
- fix(docs/basic/hello-rust.md): naming convention for function, use
_
insteadcamelCase
by @afifurrohman-id in #86 - fix: typo by @ardiantovn in #88
- dcos: seo update by @novalagung in #92
- feat: Add conditional compilation profile,
forbid
attribute example and note. by @afifurrohman-id in #90 - Update versi rust dan ebook by @indra87g in #85
- new chapters (operator ? & unrecoverable error) & content improvement by @novalagung in #94
- feat: add recoverable error chapter & other improvement by @novalagung in #95
New Contributors
- @ardiantovn made their first contribution in #88
- @indra87g made their first contribution in #85
Full Changelog: v1.0.20231224...v1.0.20240731