Commit Graph

22 Commits

Author SHA1 Message Date
ripytide 3616225c13 made InclusiveInterval validity a construction time invariant 2023-12-27 14:47:06 +00:00
ripytide c8636febd5 update readme/top-level docs 2023-12-27 12:48:24 +00:00
ripytide 77ace3f262 Added lints.rust.missing_docs = "deny" and added missing docs to fix it 2023-12-26 11:44:23 +00:00
ripytide dc02011b6c continued to refactor to use the super traits and start converting to no_std 2023-12-03 20:13:08 +00:00
ripytide eb7f93fa61 made IncludedInterval helper methods apart of the trait to make them more flexible and fixed doctests 2023-06-18 09:02:55 +01:00
ripytide a5d189b819 add 2023 to copyright 2023-06-11 18:13:22 +01:00
ripytide f114f2898b rename overly complicated name for DiscreteRangeBounds to interval 2023-06-11 12:39:38 +01:00
ripytide 6308fa39f1 fixed bug 2023-04-22 14:30:28 +01:00
ripytide 7744419b60 mass rename crate to discrete_range_map 2023-04-21 15:11:44 +01:00
ripytide 36161055ae mass rename RangeBounds to DiscreteRange and mod rename also 2023-04-21 14:29:03 +01:00
ripytide 3b61cf1747 renamed finite_bounds to discretefinitebounds 2023-04-21 12:45:16 +01:00
ripytide b15b0fc928 checkpoint 2023-04-21 11:42:36 +01:00
ripytide 945196d5ab more stuff fixed 2023-04-21 11:12:48 +01:00
ripytide a70bb66424 the finite pilgrimage has begun... 2023-04-21 10:34:39 +01:00
ripytide db51d49328 fixed tests 2023-04-20 19:04:33 +01:00
ripytide 2efd51d832 compiling with no errors whoop whoop! 2023-04-20 18:17:55 +01:00
ripytide d57c3b474b stuff done idk lol 2023-04-20 16:26:01 +01:00
ripytide e91428619e add DiscreteBounds constructors 2023-04-20 15:30:28 +01:00
ripytide 0b0251ee9c renamed niceRange to DiscreteRange 2023-04-20 15:18:19 +01:00
ripytide f1a588eb9c added discrete_bounds and refactored some utils functions 2023-04-20 15:08:52 +01:00
ripytide e5739cedf7 BoundOrd now DiscreteBoundOrd, created Stepable trait, and DiscreteBounds struct and enum 2023-04-20 12:29:06 +01:00
ripytide d4dad4bae0 spring cleaning 2023-04-06 17:23:28 +01:00