Sebastian Dröge
|
b198ee21da
|
Let Sample::new(), TagList::add(), Structure::set() and others take more values by reference instead of by value
|
2017-11-27 14:34:02 +02:00 |
|
Sebastian Dröge
|
e1d134c4be
|
Run everything through latest rustfmt-nightly
|
2017-10-17 12:06:51 +03:00 |
|
Sebastian Dröge
|
3395203a53
|
Make miniobject ToOwned impls actually safe
Previously it was possible to create a new reference from a mutable
reference, which is not good. Now a copy is always created to prevent
that.
|
2017-08-04 18:51:27 +03:00 |
|
Sebastian Dröge
|
ed90fcbd10
|
Add bufferlist support to Sample
|
2017-08-03 10:15:20 +03:00 |
|
Sebastian Dröge
|
03285a6311
|
Run everything through latest rustfmt-nightly
|
2017-07-31 12:16:42 +01:00 |
|
Sebastian Dröge
|
210d641091
|
Implement Sample bindings
|
2017-07-28 18:04:15 +01:00 |
|