2 releases

0.1.1 Jun 1, 2024
0.1.0 Jun 1, 2024

#737 in Asynchronous

Download history 236/week @ 2024-05-27 44/week @ 2024-06-03 12/week @ 2024-06-10

292 downloads per month
Used in renderling_ui

MIT/Apache

6KB
67 lines

loading-bytes

Sometimes loading things really bites.

Let's say you just want to compile your program on native and web, but you've done a bit of loading in your call tree...

You know what I'm talking about, I mean reading from the filesystem. Easy stuff - right?

WRONG!

Well, not really - it's still pretty easy - but it's a hassle, hoff!

NOT ANYMORE.

That's right folks! Step right up and use this here little library to load things from the filesystem on native and through a web request on WASM!

What you get back totally bytes!

BUT WAIT, THERE'S MORE!

Act now and I'll throw in some "nice" enumerated error handling.

OK. You got me. That's free!

In fact, the whole thing is free! Take it or leave it, folks, the choice is yours.

...

loading-bytes - from the same company that brought you streaming-nibbles🐟...

...Just kidding!

Happy hacking :) ☕☕☕


lib.rs:

Abstraction over loading bytes on WASM or other.

Dependencies

~10MB
~190K SLoC