/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.burntsushi.net
| | burntsushi.net
2.9 parsecs away

Travel
| |
| | dygalo.dev
2.7 parsecs away

Travel
| | It is the second part of a series about Rust for Python users. In this article, we will build a foundation for a Rust-powered Python library - a crate that implements CSS inlining. It is a process of moving CSS rules from `style` tags to the corresponding spots in the HTML body. This approach to including styles is crucial for sending HTML emails or embedding HTML pages into 3rd party resources.
| | blog.m-ou.se
2.4 parsecs away

Travel
| | The fmt::Arguments type is one of my favorite types in the Rust standard library. It's not particularly amazing, but it is a great building block that is indirectly used in nearly every Rust program. This type, together with the format_args!() macro, is the power behind print!(), format!(), log::info!() and many more text formatting macros, both from the standard library and community crates. In this blog post, we learn how it works, how it is implemented today, and how that might change in the future.
| | github.com
31.5 parsecs away

Travel
| My optimistic - yet unexpectedly successful - attempt to create a LEON3 inside my FPGA boards (ZestSC1, Pano Logic G2) - grlib-gpl/designs at master · ttsiodras/grlib-gpl