Name | Last commit | Last update |
---|---|---|
.. | ||
test_buf.rs | ||
test_buf_mut.rs | ||
test_bytes.rs | ||
test_chain.rs | ||
test_debug.rs | ||
test_from_buf.rs | ||
test_iter.rs | ||
test_serde.rs | ||
test_take.rs |
With this if foo is a mutable slice, it is possible to do foo.into_buf().put_u32_le(42); Before this patch into_buf would create a Cursor<&'a [u8]> and it would not be possible to write into it.
Name | Last commit | Last update |
---|---|---|
.. | ||
test_buf.rs | ||
test_buf_mut.rs | ||
test_bytes.rs | ||
test_chain.rs | ||
test_debug.rs | ||
test_from_buf.rs | ||
test_iter.rs | ||
test_serde.rs | ||
test_take.rs |