An open API service indexing awesome lists of open source software.

https://github.com/younghakim7/rust_kr


https://github.com/younghakim7/rust_kr

Last synced: 2 months ago
JSON representation

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)