linked-list 0.2.0

An alternative implementation of std::collections::LinkedList
Documentation
Version 0.3.0 (TO BE RELEASED)
==========================

<a id="v0.3.0"></a>

Version 0.2.0 (2026-09-13)
==========================

<a id="v0.2.0"></a>

- MSRV is bumped to ver1.85
- a "success" condition CI job is added
- `split_before` and `split_after` edge case is fixed

Version 0.1.0 (2024-12-02)
==========================

<a id="v0.1.0"></a>

- `allocator-api2` support is implemented
- serialization / deserialization is implemented
- `no_std` support is implemented
- MSRV is bumped to ver1.67.0