https://github.com/younghakim7/rust_kr
https://github.com/younghakim7/rust_kr
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/younghakim7/rust_kr
- Owner: YoungHaKim7
- License: mit
- Created: 2024-12-02T06:47:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T02:38:03.000Z (5 months ago)
- Last Synced: 2025-02-04T21:42:07.686Z (4 months ago)
- Language: Just
- Homepage: https://younghakim7.github.io/rust_kr/
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust_kr
- 코드 예시
- https://github.com/YoungHaKim7/rust_book_src_examples# local에서 작업할때
```
mdbook serve --open
```# 배포는 justfile참고
# mathjax doc
- https://docs.mathjax.org/en/latest/basic/mathjax.html
- 쓰려면 앞에 역슬러시 2개 []안에 넣어주기
- LaTex문법 적용
- https://ko.wikipedia.org/wiki/%EC%9C%84%ED%82%A4%EB%B0%B1%EA%B3%BC:TeX_%EB%AC%B8%EB%B2%95```
\\[T \supseteq Reference, ref mut \\]```
# thanks
- [easy rust 유튜브 시리즈](https://youtube.com/playlist?list=PLfllocyHVgsSJf1zO6k6o3SX2mbZjAqYE&si=FqG1Ajd3myvXltd7)
- https://dhghomon.github.io/easy_rust/
- https://github.com/Dhghomon/easy_rust
- https://github.com/sunface/rust-course
- https://course.rs/about-book.html
- mdBook설명서
- https://rust-lang.github.io/mdBook/
- [기본적으로 제공하는 CSS class이름](https://rust-lang.github.io/mdBook/format/mdbook.html#html-classes-provided-by-mdbook)