From 8191a54c2120874425a242b81737dc58419d551f Mon Sep 17 00:00:00 2001 From: Jan Baudisch Date: Tue, 5 Oct 2021 14:03:14 +0200 Subject: [PATCH] projects: update info --- content/projects.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/content/projects.md b/content/projects.md index fe64f0b..9d655ff 100644 --- a/content/projects.md +++ b/content/projects.md @@ -5,17 +5,15 @@ title = "projects" no_header = true +++ -## [redux-rs][redux-rs] +## [git-mirror][git-mirror] -A Rust implementation of Redux, the state management solution. +A simple tool for mirroring a remote git repository to another one. --- -## [heron][heron] - -Heron's method of approximating a square root, implemented in Rust. +## [COPR][copr] -Includes a WASM example. +I maintain a few COPR repositories packaging software for RHEL/Fedora. --- @@ -25,6 +23,14 @@ My ongoing attempt to solve Project Euler in Rust. --- +## [heron][heron] + +Heron's method of approximating a square root, implemented in Rust. + +Includes a WASM example. + +--- + ## [human][human] A small program which was mainly intended to get me started in Rust. @@ -32,7 +38,8 @@ A small program which was mainly intended to get me started in Rust. It takes one number as an input and outputs the English words for that number. -[redux-rs]: https://github.com/redux-rs/redux-rs +[git-mirror]: https://git.sr.ht/~janbaudisch/git-mirror +[copr]: https://copr.fedorainfracloud.org/coprs/janbaudisch +[euler]: https://git.sr.ht/~janbaudisch/euler-rs [heron]: https://github.com/janbaudisch/heron -[euler]: https://github.com/janbaudisch/euler [human]: https://github.com/janbaudisch/human -- 2.45.2