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