rust/src/librbml
Ulrik Sverdrup 2d6496dd84 Use .copy_from_slice() where applicable
.copy_from_slice() does the same job of .clone_from_slice(), but the
former is explicitly for Copy elements and calls `memcpy` directly, and
thus is it efficient without optimization too.
2016-02-26 14:51:38 +01:00
..
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
leb128.rs rustfmt librbml 2016-01-19 14:30:48 +13:00
lib.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
opaque.rs manual fixups 2016-01-19 14:39:23 +13:00