fixed/src
Trevor Spiteri ae92706f1d implement FromStr for Fixed{I32,U32,I64,U64} 2019-08-09 21:52:16 +02:00
..
arith.rs more consistent imports 2019-08-06 22:54:21 +02:00
cmp.rs more supertraits for traits::Fixed: PartialOrd<primitives> 2019-08-07 00:01:12 +02:00
consts.rs tweaks 2019-08-06 21:56:47 +02:00
convert.rs implement LossyFrom<F> for isize/usize when F::int_nbits() <= 16 2019-08-08 22:35:23 +02:00
display.rs generatlize FromStr from Fixed{I8,U8} and do Fixed{I16,U16} 2019-08-09 21:04:36 +02:00
frac.rs constify some stuff 2019-01-30 17:31:24 +01:00
from_str.rs implement FromStr for Fixed{I32,U32,I64,U64} 2019-08-09 21:52:16 +02:00
lib.rs start FromStr implementation 2019-08-09 20:18:55 +02:00
macros.rs split some macro parts from lib.rs 2019-02-05 19:09:58 +01:00
macros_checked_arith.rs link tuple in docs 2019-08-06 22:43:02 +02:00
macros_from_to.rs add *{from,to}_{int,float} to traits::Fixed 2019-08-07 01:09:40 +02:00
macros_round.rs link tuple in docs 2019-08-06 22:43:02 +02:00
sealed.rs clean up sealed traits and split off new traits::Fixed 2019-08-06 14:40:58 +02:00
sealed_fixed.rs inline very simple "where"s 2019-08-07 00:31:25 +02:00
sealed_float.rs inline very simple "where"s 2019-08-07 00:31:25 +02:00
sealed_int.rs inline very simple "where"s 2019-08-07 00:31:25 +02:00
serdeize.rs inline very simple "where"s 2019-08-07 00:31:25 +02:00
traits.rs add *{from,to}_{int,float} to traits::Fixed 2019-08-07 01:09:40 +02:00
types.rs more consistent imports 2019-08-06 22:54:21 +02:00
wide_div.rs start FromStr implementation 2019-08-09 20:18:55 +02:00
wrapping.rs inline very simple "where"s 2019-08-07 00:31:25 +02:00