-
GNU Coreutils의 Rust 구현체가 놀랍게 강력해지고 있음 (phoronix.com)💕uutils coreutils은 Busybox 처럼 하나의 프로그램으로 빌드되므로 작은 디바이스나 임베딩 장비에서도 사용하기 좋을 듯 합니다.코딩Coding/★★Rust★★최신동향★및관련글 2023. 2. 21. 10:04728x90
https://news.hada.io/topic?id=8475&utm_source=weekly&utm_medium=email&utm_campaign=202308
GNU Coreutils의 Rust 구현체가 놀랍게 강력해지고 있음 | GeekNews
GNU Coreutils를 Rust로 재구현한 uutils 가 2년전에 나왔음Rust로 개발된 cp, mv 및 기타 핵심 유틸리티들이 GNU 업스트림과 동등한 수준에 거의 도달했고 실제 사용이 가능해짐uutils의 목표는 GNU Coreutils의
news.hada.io
https://github.com/uutils/coreutils
GitHub - uutils/coreutils: Cross-platform Rust rewrite of the GNU coreutils
Cross-platform Rust rewrite of the GNU coreutils. Contribute to uutils/coreutils development by creating an account on GitHub.
github.com
GNU coreutils 은 기본 GNU 명령어 세트를 묶은 패키지로 cat, basename, tr, ln 같은 시스템 기본 명령어를 제공합니다.
RHEL이나 CentOS 에서는 rpm -ql 명령어로 제공하는 파일의 목록을 확인할 수 있습니다.
여기를 클릭하여 펼치기...coreutils 은 유용하기때문에 Windows 나 OSX 에서도 사용하기를 원하는 경우가 많았고 OSX 는 FreeBSD 와 비슷하므로 사용하는데 큰 문제가 없습니다.
Windows는 구조가 너무 달라서 porting 하는 GNUwin32 같은 프로젝트가 존재했지만 몇 개 프로그램만 이식되었고 사용이 제한적인 문제가 있었습니다.
uutils coreutils은 Rust 언어로 GNU coreutils 을 재구현한 오픈소스로 다양한 OS 에서 사용할 수 있으며 rust 로 작성해 C 언어에 비해 안정성을 높였습니다.
uutils coreutils은 Busybox 처럼 하나의 프로그램으로 빌드되므로 작은 디바이스나 임베딩 장비에서도 사용하기 좋을 듯 합니다.
한글 설명서
https://www.lesstif.com/lpt/gnu-coreutils-rust-uutils-coreutils-129007757.html
GNU coreutils 를 rust 로 재구현한 uutils coreutils
Rust 의 빌드 툴인 cargo 를 먼저 설치해야 합니다.
www.lesstif.com
GNU Coreutils의 Rust 구현체가 놀랍게 강력해지고 있음 (phoronix.com)https://www.phoronix.com/news/Rust-Coreutils-uutils-2023
The Rust Implementation Of GNU Coreutils Is Becoming Remarkably Robust - Phoronix
Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, gra
www.phoronix.com
반응형'코딩Coding > ★★Rust★★최신동향★및관련글' 카테고리의 다른 글
윈도우 11 러스트로 갈아 엎는중 ㅋ (0) 2023.05.15 Rust❤️Slint (declarative GUI toolkit) is discussing license changes (0) 2023.05.12 A note on the Trademark Policy Draft | Inside Rust Blog (0) 2023.04.19 카카오 추천팀 러스트 도입 | GeekNews (0) 2023.03.05 Rust-Foundation-Annual-report-2022 (0) 2023.02.03 Chrome finally embraces Rust | Let's Get Rusty (0) 2023.02.03 Officially announcing the types team (0) 2023.01.27 Google is Allowing Rust for Third-Party Libraries in Chromium (0) 2023.01.24