From a309b76f134cdad3de6789e0752dcfa231935907 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Mon, 7 Aug 2023 15:26:11 +0900 Subject: [PATCH 1/3] Add `scryptenc` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 198e9ef..4498746 100644 --- a/README.md +++ b/README.md @@ -1029,6 +1029,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [rustls/rustls](https://github.com/rustls/rustls) — A Rust implementation of TLS * [sfackler/rust-native-tls](https://github.com/sfackler/rust-native-tls) — Bindings for native TLS libraries * [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — [OpenSSL](https://www.openssl.org/) bindings +* [sorairolake/scryptenc-rs](https://github.com/sorairolake/scryptenc-rs) [[scryptenc](https://crates.io/crates/scryptenc)] — An implementation of the scrypt encrypted data format. [![CI](https://github.com/sorairolake/scryptenc-rs/workflows/CI/badge.svg?branch=develop)](https://github.com/sorairolake/scryptenc-rs/actions?query=workflow%3ACI) * [vityafx/randomorg](https://github.com/vityafx/randomorg) - A random.org client library. [![Crates badge](https://img.shields.io/crates/v/randomorg.svg)](https://crates.io/crates/randomorg) * [w3f/schnorrkel](https://github.com/w3f/schnorrkel) - Schnorr VRFs and signatures on the Ristretto group From 05732bf08635e37379d705bb7e1db19f89aaf0cb Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Mon, 7 Aug 2023 15:58:24 +0900 Subject: [PATCH 2/3] Add `sevenz-rust` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 198e9ef..ff2ae88 100644 --- a/README.md +++ b/README.md @@ -951,6 +951,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Compression +* [7z](https://7-zip.org/7z.html) + * [dyz1990/sevenz-rust](https://github.com/dyz1990/sevenz-rust) [[sevenz-rust](https://crates.io/crates/sevenz-rust)] — A 7z decompressor/compressor written in pure rust. [![Rust](https://github.com/dyz1990/sevenz-rust/workflows/Rust/badge.svg?branch=main)](https://github.com/dyz1990/sevenz-rust/actions) * [Brotli](https://opensource.googleblog.com/2015/09/introducing-brotli-new-compression.html) * [dropbox/rust-brotli](https://github.com/dropbox/rust-brotli) — Brotli decompressor in Rust that optionally avoids the stdlib * [ende76/brotli-rs](https://github.com/ende76/brotli-rs) — implementation of Brotli compression From b0254c53742fd4931753df48c277048d5a744087 Mon Sep 17 00:00:00 2001 From: Gergely Imreh Date: Thu, 10 Aug 2023 18:46:26 +0800 Subject: [PATCH 3/3] add: machine learning / candle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91e0805..d208749 100644 --- a/README.md +++ b/README.md @@ -802,6 +802,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [autumnai/leaf](https://github.com/autumnai/leaf) — Open Machine Intelligence framework.. Abandoned project. The most updated fork is [spearow/juice]( https://github.com/spearow/juice). * [coreylowman/dfdx](https://github.com/coreylowman/dfdx) — CUDA accelearted machine learning framework that leverages many of Rust's unique features. ![Crates.io](https://img.shields.io/crates/v/dfdx) +* [huggingface/candle](https://github.com/huggingface/candle) [[candle-core](https://crates.io/crates/candle-core)]- a minimalist ML framework with a focus on easiness of use and on performance (including GPU support) * [huggingface/tokenizers](https://github.com/huggingface/tokenizers) - Hugging Face's tokenizers for modern NLP pipelines written in Rust (original implementation) with bindings for Python. [![Build Status](https://github.com/huggingface/tokenizers/workflows/Rust/badge.svg?branch=master)](https://github.com/huggingface/tokenizers/actions) * [LaurentMazare/tch-rs](https://github.com/LaurentMazare/tch-rs) — Rust language bindings for PyTorch. * [maciejkula/rustlearn](https://github.com/maciejkula/rustlearn) — Machine learning crate for Rust. [![Circle CI](https://circleci.com/gh/maciejkula/rustlearn.svg?style=svg)](https://app.circleci.com/pipelines/github/maciejkula/rustlearn)