From b4a4a0b7213980a68972bf86f0cbab0e77b5892d Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Thu, 10 Oct 2024 22:19:00 +0100 Subject: [PATCH 1/2] Fix njord --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0364756..74461e3 100644 --- a/README.md +++ b/README.md @@ -1269,7 +1269,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [Brendonovich/prisma-client-rust](https://github.com/Brendonovich/prisma-client-rust) - An autogenerated query builder that provides simple and fully type-safe database access using the Prisma ecosystem. [![Test Status](https://img.shields.io/github/workflow/status/Brendonovich/prisma-client-rust/CI?label=tests&style=flat-square)](https://github.com/Brendonovich/prisma-client-rust/actions) * [diesel-rs/diesel](https://github.com/diesel-rs/diesel) - an ORM and Query builder * [ivanceras/rustorm](https://github.com/ivanceras/rustorm) - an ORM - * [mjovanc/njord](https://github.com/mjovanc/njord) - ⛵ A lightweight ORM library for Rust [![build status](https://github.com/mjovanc/njord/actions/workflows/ci.yml/badge.svg)](https://github.com/mjovanc/njord/actions/workflows/ci.yml) ![crates.io](https://img.shields.io/crates/v/njord.svg) + * [njord](https://github.com/njord-rs/njord) - ⛵ A lightweight ORM library for Rust [![build status](https://github.com/njord-rs/njord/actions/workflows/ci.yml/badge.svg)](https://github.com/njord-rs/njord/actions/workflows/ci.yml) ![crates.io](https://img.shields.io/crates/v/njord.svg) * [rbatis/rbatis](https://github.com/rbatis/rbatis) - ORM Framework High Performance(JSON based) * [SeaQL/sea-orm](https://github.com/SeaQL/sea-orm) - 🐚 An async & dynamic ORM [![crate](https://img.shields.io/crates/v/sea-orm.svg)](https://crates.io/crates/sea-orm) [![docs](https://img.shields.io/docsrs/sea-orm/latest)](https://docs.rs/sea-orm) [![build status](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml/badge.svg)](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml) * [SeaQL/seaography](https://github.com/SeaQL/seaography) - 🧭 GraphQL framework for SeaORM [![crate](https://img.shields.io/crates/v/seaography.svg)](https://crates.io/crates/seaography) [![docs](https://img.shields.io/docsrs/seaography/latest)](https://docs.rs/seaography) [![build status](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml/badge.svg)](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml) From 54706235d760536607f2eef823a46bc673e6f9c2 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Thu, 10 Oct 2024 22:19:28 +0100 Subject: [PATCH 2/2] New username for faer-rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74461e3..71e681d 100644 --- a/README.md +++ b/README.md @@ -1104,7 +1104,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [mikkyang/rust-blas](https://github.com/mikkyang/rust-blas) - BLAS bindings * [calebwin/emu](https://github.com/calebwin/emu) - A language for GPGPU numerical computing * [dimforge/nalgebra](https://github.com/dimforge/nalgebra) - low-dimensional linear algebra library -* [faer-rs](https://github.com/sarah-ek/faer-rs) [[faer](https://crates.io/crates/faer)] - Linear algebra foundation for Rust +* [faer-rs](https://github.com/sarah-quinones/faer-rs) [[faer](https://crates.io/crates/faer)] - Linear algebra foundation for Rust * [GSL](http://www.gnu.org/software/gsl/) * [GuillaumeGomez/rust-GSL](https://github.com/GuillaumeGomez/rust-GSL) - GSL bindings * [LAPACK](https://en.wikipedia.org/wiki/LAPACK)