|
You are here |
blog.burntsushi.net | ||
| | | | |
www.fosskers.ca
|
|
| | | | | ||
| | | | |
blog.m-ou.se
|
|
| | | | | 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. | |
| | | | |
dygalo.dev
|
|
| | | | | 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. | |
| | | | |
filipnikolovski.com
|
|
| | | A blog about programming, technology and open-source stuff. | ||