From 641efd1d3fba3b2138916a521cd029d0d0100d92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 11:21:46 +0530 Subject: [PATCH] layouts: update openring data (#19) Co-authored-by: msfjarvis --- layouts/partials/openring.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/layouts/partials/openring.html b/layouts/partials/openring.html index 9e4d84c..633c593 100644 --- a/layouts/partials/openring.html +++ b/layouts/partials/openring.html @@ -2,17 +2,6 @@

Articles from blogs I follow around the net

-
-

- ExpLoring Jetpack Compose: Padding Modifier -

-

When it comes to the composition of composables, we may want to apply additional spacing to a composables size constraints. For this we can utilise Padding – padding adds this additional space to the specified sides of the composable, essentially making i…

- - via Joe Birch - - September 11, 2020 -
-

The Automated CIO @@ -41,6 +30,23 @@ repo ho…

September 1, 2020

+
+

+ Peeking inside a Rust enum +

+

+ During a recent Rust Q&A Session on my twitch +channel, someone asked a question that +seemed simple: why are small string types, like SmartString or SmolStr, +the same size as String, but small vec types, like SmallVec, are larger +than Vec? +

+ + via fasterthanli.me + + August 28, 2020 +
+

Generated by