GSOC2024 Completion Record with Reflections
What I have done
- add some doc
- feat: add ci
- [chore] change some fn’s and variable’s name
- add some iter type
- chore: add example and correct README
- feat: add tests.rs
- feat: add intervalmap tests
- chore: change crate name to prepare for cargo publish
I have extracted the interval map impl from Xline, refined this part into a crate, added detailed documentation and testing, and published it as rb-interval-map
on crates.io.
Modifications to the Xline project are outlined in the first PR cited above, representing the fundamental tasks of the project I’m applying for. There’s little to discuss regarding the specific implementation, as I’ve provided ample details in the PR. Please refer to this proposal for the general idea. The specific code behavior is slightly different from what is stated in the proposal, but the idea of finding out LCA is the same.
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 羽殇之舞的个人博客!