Made a generic interface for implementing compressions algorithms through a set of 4 functions in Rust. Future releases would include their own implementations, but for now, the original goal is done:
crates.io/crates/hydraulic/0.1.0github.com/quexeky/hydraulic
Have been working on making a generic compression / decompression interface in rust. The actual interface itself is going well, but the implementations are a pain. I'll have to add the custom implementations later I think (eurgh actually decent git practice) github.com/quexeky/hydraulic
github.com/quexeky/quexeky-auth Part 2/2 uploading the rest of my logbook entries (slightly over 25 hours, but some still under)
github.com/quexeky/quexeky-auth
Trying to understand the fundamentals of OAuth2 and modern data security by implementing my own (simplistic) version which I can host (albeit only on the Cloudflare platform)