Commit Graph

20 Commits

Author SHA1 Message Date
ripytide 6cb040a769 finally finished writing and testing Everything 2022-12-09 03:16:09 +00:00
ripytide bc8e0791ed all tests passing 2022-12-07 18:17:39 +00:00
ripytide c3db5bd1a0 add more doc examples for overwrite 2022-12-05 01:23:03 +00:00
ripytide 23e0b49332 add new insert_* function and changed Errors to be more specific 2022-12-05 00:44:24 +00:00
ripytide 27b5680564 migrated insert() to insert_platonic() on map and set and update docs accordingly and simplified errors 2022-12-04 03:04:10 +00:00
ripytide 2a92be6515 refactored flip_bound 2022-12-04 01:09:37 +00:00
ripytide 7116ae953e added less restrictive Default implementations 2022-12-03 18:04:21 +00:00
ripytide 0a092f7fb2 update readme 2022-12-03 17:49:38 +00:00
ripytide 49320f71aa fixed a few clippy lints and disabled others i disagree with 2022-12-02 02:53:57 +00:00
ripytide 8871d13617 added InvalidInsert error for overlapsPreexisting + InvalidRangeBounds types and added larger logo for github social logo thingy 2022-12-02 02:26:28 +00:00
ripytide 7a416b9f1a attempt to add logo and badges to readme 2022-12-01 17:19:03 +00:00
ripytide c801b896b4 copy lib.rs to readme and panic on invalid range in overlapping() and fill out cargo manifest metadata 2022-12-01 16:53:13 +00:00
ripytide 78dff0d99e added range_bound_map.rs main examples and documentation 2022-11-30 16:25:17 +00:00
ripytide 539116716a changed asserts to assert_eq for better clarity 2022-11-29 16:15:54 +00:00
ripytide f70c1d0669 wrote all of bound.rs docs and added examples n stuff to set.rs 2022-11-28 20:42:22 +00:00
ripytide 673e7601a7 fix doctests 2022-11-28 05:07:58 +00:00
ripytide 6cea9f9869 update docs to remove references of RangeBoundsExt 2022-11-28 03:54:38 +00:00
ripytide 46c2d89c0a deleted range_bounds_ext and tests_helpers.rs as I don't need them anymore 2022-11-28 03:50:31 +00:00
ripytide 2d96c13f56 migrate readme to crate doc 2022-11-28 02:27:38 +00:00
ripytide 89636b5b19 start writing up the readme 2022-11-27 15:08:10 +00:00