"Rust"의 두 판 사이의 차이

잔글 (cargo와 대체 명령어 추가)
잔글 (fd 페이지 링크)
14번째 줄: 14번째 줄:
** https://github.com/uutils/coreutils
** https://github.com/uutils/coreutils
** [https://github.com/BurntSushi/ripgrep ripgrep] grep 대체
** [https://github.com/BurntSushi/ripgrep ripgrep] grep 대체
** [https://github.com/sharkdp/fd fd] find 대체, find에 비해 더 빠르다.
** [https://github.com/sharkdp/fd fd] find 대체, find에 비해 더 빠르다. [[fd-find]].
** [https://github.com/vmchale/tin-summer tin-summer] du 대체, du에 비해 빠르고 기능이 몇 가지 더 추가.
** [https://github.com/vmchale/tin-summer tin-summer] du 대체, du에 비해 빠르고 기능이 몇 가지 더 추가.
** [https://the.exa.website/ exa] ls 대체. 권한 알아보기 쉽게 색이 더 들어감.
** [https://the.exa.website/ exa] ls 대체. 권한 알아보기 쉽게 색이 더 들어감.

2018년 11월 2일 (금) 09:24 판

1 개요

Rust, rust lang
러스트
  • 시스템 프로그래밍 언어
  • 2010년 모질라에서 개발[1]
  • 안정성, 병형 프로그래밍, 메모리 관리 중점
  • 성능은 c++ 이랑 비슷
  • 사용하는곳 : 파이어폭스[2]

 

2 기타

  • Rust 패키지 관리 툴 cargo
  • xNIX 명령을 Rust 로 작성하는 이도 있다.

3 참고

  1. 정확히는 모질라 소속의 개발자가 만들던중 모질라가 합세
  2. https://hacks.mozilla.org/2016/07/shipping-rust-in-firefox/
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}