Zack Pierce

Results 17 comments of Zack Pierce

Seems like a good `all` vs `any` sort of distinction to make

Branch memory_kind_reintroduction contains the relevant work thus far.

I have read the CLA Document and I hereby sign the CLA

Effectively, no, I don't think this repo is maintained. I contributed a bit several years ago with a side feature, but my present work has moved away from using this...

I generally like the idea of transforming the backend implementations to traits, though there are a few design details to work out. Off the top of my head, * Should...

My rough prediction is that the pattern of an `alloc`-like facade crate is not likely going to leave the mainstream of Rust `no_std` + heap development for general-purpose libraries. Why?...

Some good news is that the approach speculated in my prior comment seems to have borne some dividends, as seen by comparing the first and second commit of the [no_std...

For completeness, I asked around the [portability working group](https://github.com/rust-lang-nursery/portability-wg) about the state of viable alternatives, and was pointed in the direction of the following documents: * [The portability revamp vision...

After looking around a bit more, it seems like in some ways the community is voting with its commits. Two other relatively high profile projects in the ecosystem -- [rand](https://github.com/rust-lang-nursery/rand/blob/66c7025b5643d77b6faea50241a557c09a971f0c/Cargo.toml#L21-L24)...

@Centril Thanks for the interest. There is already a PR doing this for regex-syntax. https://github.com/rust-lang/regex/pull/477 I've been hoping to get the chance to incorporate the latest recommendations for improvement of...