Rust1.68도입될 새로운 protocols💕Cargo supports two remote registry protocols: git and sparse.
https://doc.rust-lang.org/nightly/cargo/reference/registry-index.html#index-protocols
Registry Index - The Cargo Book
The following defines the format of the index. New features are occasionally added, which are only understood starting with the version of Cargo that introduced them. Older versions of Cargo may not be able to use packages that make use of new features. Ho
doc.rust-lang.org
출처 : https://blog.rust-lang.org/inside-rust/2023/01/30/cargo-sparse-protocol.html
Help test Cargo's new index protocol | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!
blog.rust-lang.org
git이 느린 문제의 원인이구만
그래서 난 gix을 쓴다.
러스트로 만든 gix 최고 ㅎㅎㅎ
문제는 용량이 큰거 할때 효과를 본다는거 ㅎㅎ
용량이 작으면 그냥 git이 낫다.
무거운 프로젝트일 수록 얼마나 빠른지 알게 된다.
다운 로드 속도가 괴물이다. ㅎㅎ 역시 Rust는 빠르다. 💕
An idiomatic, lean, fast & safe pure Rust implementation of Git
https://github.com/Byron/gitoxide
GitHub - Byron/gitoxide: An idiomatic, lean, fast & safe pure Rust implementation of Git
An idiomatic, lean, fast & safe pure Rust implementation of Git - GitHub - Byron/gitoxide: An idiomatic, lean, fast & safe pure Rust implementation of Git
github.com