~janbaudisch/janbaudisch.dev

8191a54c2120874425a242b81737dc58419d551f — Jan Baudisch 2 years ago a20d167 master
projects: update info
1 files changed, 15 insertions(+), 8 deletions(-)

M content/projects.md
M content/projects.md => content/projects.md +15 -8
@@ 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