cgmath/src
Mark Hintz f475822d9b Removes #[repr(packed)] from all structs where it was specified.
This is intended as a partial fix for #375. It doesn't also remove #[repr(C)],
since it's a bit unclear whether that's necessary.
2016-08-25 15:41:39 +02:00
..
angle.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00
conv.rs Add constrained conversion functions 2016-03-26 16:41:31 +11:00
euler.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00
lib.rs Changed over to the approx crate. Currently breaks rotation's doc tests. 2016-08-22 09:21:22 -06:00
macros.rs Add Vector1 and Point1 structs 2016-04-25 08:59:33 +10:00
matrix.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00
num.rs Switch to using num_traits crate from num 2016-04-23 14:03:35 +10:00
point.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00
prelude.rs Move traits into common module 2016-04-19 20:51:40 +10:00
projection.rs Adds serde support 2016-05-16 14:16:59 +02:00
quaternion.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00
rotation.rs Changed over to the approx crate. Currently breaks rotation's doc tests. 2016-08-22 09:21:22 -06:00
structure.rs Changed over to the approx crate. Currently breaks rotation's doc tests. 2016-08-22 09:21:22 -06:00
transform.rs Converted serde serialization to new style 2016-08-23 12:23:07 -06:00
vector.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00