Would you take a patch that adds no_std support? This would let it be used in more restrictive environments that don't have access to standard library, like wasm, SGX enclaves, embedded. A data structure like this makes a lot of sense in such environments.
Would you take a patch that adds no_std support? This would let it be used in more restrictive environments that don't have access to standard library, like wasm, SGX enclaves, embedded. A data structure like this makes a lot of sense in such environments.