<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 21, 2017 at 11:51 AM, Trevor Perrin <span dir="ltr"><<a href="mailto:trevp@trevp.net" target="_blank">trevp@trevp.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I sort of wanted Screech to be a zero-allocation library, but probably<br>
the code is cleaner when you use vectors.</blockquote><div><br></div><div>One alternative that lies somewhere in the middle is using allocators:</div><div><br></div><div><a href="https://doc.rust-lang.org/book/custom-allocators.html">https://doc.rust-lang.org/book/custom-allocators.html</a></div><div><br></div><div>With something like alloc_system, you get a nice wrapper for calling into the system malloc(), but can still remain compatible with #![no_std] usage (for e.g. embedded use cases)</div><div><br></div><div>That said, one would hope Vec will wind up (back) in ::core soon now that allocators are stable</div></div><div><br></div>-- <br><div class="gmail_signature">Tony Arcieri<br></div>
</div></div>