pippin icon indicating copy to clipboard operation
pippin copied to clipboard

Rust issues

Open dhardy opened this issue 9 years ago • 2 comments

This tracks work-arounds which are waiting for Rust language or standard libary changes.

  • [x] std::io::Read::read_exact() — is unstable
  • [x] How to copy data from one fixed-size array to another?
  • [x] How to simultaneously XOR all entries?
  • [x] Use SIMD library?
  • [ ] Use NonZero optimisation?
  • [ ] Associated constants (see #0025) and BYTES in sum.rs.
  • [ ] Error handling: when new try blocks or similar are available some code could be improved.
  • [ ] Constant expressions: want max in sum.rs
  • [ ] Borrow of item in if-let prevents usage in else part
  • [ ] Trait up-casts issue 5665
  • [ ] box value notation (Rust issue)
  • [ ] Code tag #0018

dhardy avatar Feb 23 '16 21:02 dhardy

SIMD stuff moved to #31

dhardy avatar Feb 24 '16 14:02 dhardy

  • [ ] step_by in error.rs: impl<'a> fmt::Display for ReadErrorFormatter<'a>

dhardy avatar Dec 28 '16 12:12 dhardy