shredder icon indicating copy to clipboard operation
shredder copied to clipboard

No-std/no background thread mode

Open Others opened this issue 4 years ago • 0 comments

We will always depend on alloc, but it'd be nice to have a feature flag for switching to a no-std mode.

Implementation notes:

  • this would involve factoring out the parts of the code that depend on threading, and replacing them with a non-threaded version

Others avatar May 21 '20 01:05 Others