:niggy: on Nostr: I mostly am friend, main takeaways so far: For anything low-level or without 1mb+ ...
I mostly am friend, main takeaways so far:
For anything low-level or without 1mb+ binaries (what I need), you can't use the standard library
Without the standard library, you can't use nearly any 3rd-party rust libraries, only C libraries
Using C libraries is complicated and code is very ugly
Working it out though, almost got mongoose C library for http client/server working, since you can't use any rust networking libraries without std
For anything low-level or without 1mb+ binaries (what I need), you can't use the standard library
Without the standard library, you can't use nearly any 3rd-party rust libraries, only C libraries
Using C libraries is complicated and code is very ugly
Working it out though, almost got mongoose C library for http client/server working, since you can't use any rust networking libraries without std