Commit Graph

47 Commits

Author SHA1 Message Date
ripytide ed71871d09 update dependencies to fix compile bug 2023-07-01 13:15:51 +01:00
ripytide f961d198fc bump version 2023-07-01 13:07:30 +01:00
ripytide bae726a324 bump version number 2023-06-17 13:19:10 +01:00
ripytide 1fcb0d8b63 update version for a minor release ready for the gap-query release 2023-06-11 18:21:29 +01:00
ripytide f640c58f86 fix #44 2023-05-16 17:25:07 +01:00
ripytide 4880b5bc70 slightly nicer looking description 2023-04-24 10:23:49 +01:00
ripytide 69406e6b3a undo allocations inside gaps 2023-04-23 15:02:09 +01:00
ripytide 7ee18b530e updated descriptions 2023-04-21 15:39:56 +01:00
ripytide 45ea891ae7 bump version and add link to previous crate name 2023-04-21 15:33:24 +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 a9cb31d024 checkpoint 2023-04-20 20:28:08 +01:00
ripytide fc23e9b96b bump version 2023-04-19 14:55:10 +01:00
ripytide d1a15f51fa checkpoint 2023-04-19 14:41:06 +01:00
ripytide e6c3d8f219 added gap Err result to get_entry_at_point in map and get_at_point in set 2023-04-19 10:04:45 +01:00
ripytide 206404f2f6 bump version 2023-04-18 17:46:50 +01:00
ripytide 29047ed3a1 bump versio again 2023-04-10 12:55:20 +01:00
ripytide 5998328efc bump version 2023-04-09 19:00:41 +01:00
ripytide 8976d2ec37 bumped version to 0.2.0 ready for the publish soon 2023-04-06 20:17:41 +01:00
ripytide aa19139e1e added overlapping_mut method to map too 2023-04-06 20:17:10 +01:00
ripytide 2b8995d3d8 refactored and reworded all the docs. most importantly changed from RangeBounds to the more readable range word 2023-04-06 19:02:52 +01:00
ripytide 13cda63548 passing tests and things look much nicer! 2023-04-05 19:18:35 +01:00
ripytide f0c469cd17 nearly there, a few more tests!! 2023-04-05 18:21:20 +01:00
ripytide c460fae9e2 finished implementing cut 2023-04-05 13:19:58 +01:00
ripytide 591373f99e helpers is looking so neat a tidy now 2023-04-05 12:05:54 +01:00
ripytide ac0532b882 more impls 2023-04-02 21:25:50 +01:00
ripytide b5ca8ad92c everythings working and I'm starting to re-add functionality 2023-04-02 20:25:05 +01:00
ripytide 032e28866d it compiles! 2023-04-02 19:02:47 +01:00
ripytide 63f753b53d More apt description 2023-01-07 22:29:30 +00:00
ripytide c80c4459fb Fix a bug with cut_range_bounds returning invalid RangeBounds 2023-01-05 13:30:18 +00:00
ripytide ca8a9d1f93 fixed #1 2023-01-04 03:52:37 +00:00
ripytide 1d9f974c13 added custom serde Serialize an Deserialize impls for neater than the serde_derive impls 2022-12-29 15:04:48 +00:00
ripytide 3c050ac4e2 touchups 2022-12-12 05:57:33 +00:00
ripytide 62e30e997e i still dc 2022-12-12 05:34:34 +00:00
ripytide 92e4fe8e22 idc about versions, bite me 2022-12-12 05:27:32 +00:00
ripytide f9535d8bfc make description smaller 2022-12-12 05:24:29 +00:00
ripytide d2ae7fc9ab fix readme broken hyperlinks 2022-12-12 05:21:53 +00:00
ripytide 6ab6a584b4 bump labels to published version 2022-12-12 05:10:51 +00:00
ripytide bba0c0aa4c add my email 2022-12-12 04:51:46 +00:00
ripytide f44cf2a306 switch to APL 2022-12-12 03:58:51 +00:00
ripytide f3221ec9c8 wrote most tests except for touches() 2022-12-06 20:30:52 +00:00
ripytide ad56e8df00 finished implementing gaps() and contains_range_bounds() on map 2022-12-03 20:24:29 +00:00
ripytide 1ca53523a0 finished implementing new remove_overlapping() and cut() functions 2022-12-02 18:38:17 +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 6e06b1adbb fix doc tests 2022-11-28 20:59:47 +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 637aa5c266 moved things into the root folder ready for crates.io publish 2022-11-27 01:45:13 +00:00