Tinyweb – Rust client-side web

Rust on the client. Less than 800 lines of code. No dependencies. – LiveDuo/tinyweb… Read more

Similar

RLSL: A new Rust-based shading language

I always wanted to create a shading language but I never thought that I could actually do it. Today I reached a personal milestone, I can now compile a simple triangle shader into SPIR-V and use it with Vulkan. I have absolutely zero experience writing co... (more…)

Read more »

How to Write and Compile Shellcode in Rust

A few months ago, we saw how to execute a shellcode from memory in Rust. What if we could write the actual shellcode in Rust? Writing shellcodes is usually done directly in assembly. It gives you absolute control over what you are crafting, however, it co... (more…)

Read more »