From 908d739ec850d0022a96bbb159b10caddf0f6ab1 Mon Sep 17 00:00:00 2001 From: Greg Stoll Date: Wed, 8 Jan 2025 15:25:07 -0600 Subject: [PATCH 1/3] add link to floating point to hex converter post --- draft/2025-01-08-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2025-01-08-this-week-in-rust.md b/draft/2025-01-08-this-week-in-rust.md index c3624ad2a..6d25cb5cd 100644 --- a/draft/2025-01-08-this-week-in-rust.md +++ b/draft/2025-01-08-this-week-in-rust.md @@ -38,6 +38,9 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +[ +Floating point to hex converter – now supports 16-bit floats, plus I rewrote it in Rust and WebAssembly! +](https://gregstoll.wordpress.com/2025/01/08/floating-point-to-hex-converter-now-supports-16-bit-floats-plus-i-rewrote-it-in-rust-and-webassembly/) ### Rust Walkthroughs From 29254bcdd0f1220d1eca605c1b4cb11491560260 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:30:09 -0800 Subject: [PATCH 2/3] Format and edit for length --- draft/2025-01-08-this-week-in-rust.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/draft/2025-01-08-this-week-in-rust.md b/draft/2025-01-08-this-week-in-rust.md index 6d25cb5cd..2d39ce481 100644 --- a/draft/2025-01-08-this-week-in-rust.md +++ b/draft/2025-01-08-this-week-in-rust.md @@ -38,9 +38,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts -[ -Floating point to hex converter – now supports 16-bit floats, plus I rewrote it in Rust and WebAssembly! -](https://gregstoll.wordpress.com/2025/01/08/floating-point-to-hex-converter-now-supports-16-bit-floats-plus-i-rewrote-it-in-rust-and-webassembly/) +[Floating point to hex converter – supports 16-bit floats, in Rust and WebAssembly!](https://gregstoll.wordpress.com/2025/01/08/floating-point-to-hex-converter-now-supports-16-bit-floats-plus-i-rewrote-it-in-rust-and-webassembly/) ### Rust Walkthroughs From b20b46e6e3c9d255698b1caf45501d8ba6c3bf51 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:30:40 -0800 Subject: [PATCH 3/3] Add bullet point --- draft/2025-01-08-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-01-08-this-week-in-rust.md b/draft/2025-01-08-this-week-in-rust.md index 2d39ce481..02f3b52b2 100644 --- a/draft/2025-01-08-this-week-in-rust.md +++ b/draft/2025-01-08-this-week-in-rust.md @@ -38,7 +38,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts -[Floating point to hex converter – supports 16-bit floats, in Rust and WebAssembly!](https://gregstoll.wordpress.com/2025/01/08/floating-point-to-hex-converter-now-supports-16-bit-floats-plus-i-rewrote-it-in-rust-and-webassembly/) +* [Floating point to hex converter – supports 16-bit floats, in Rust and WebAssembly!](https://gregstoll.wordpress.com/2025/01/08/floating-point-to-hex-converter-now-supports-16-bit-floats-plus-i-rewrote-it-in-rust-and-webassembly/) ### Rust Walkthroughs