changelog
- Sun, 27 Apr 2025 15:56:43 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 15:56:43 -0500] rev 97
- MinMaxMapping trait to allow alternatives to BTFN with relevant properties.
- Sun, 27 Apr 2025 15:45:40 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 15:45:40 -0500] rev 96
- Allow Zed to reindent btfn.rs, support.rs, aggregator.rs, and bt.rs.
- Sun, 27 Apr 2025 14:48:13 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 14:48:13 -0500] rev 95
- Start work on 0.4.0(-dev).
- Sun, 27 Apr 2025 20:29:43 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 20:29:43 -0500] rev 94
- Fix build with stable rust.
For optimisations, build.rs now automatically sets a nightly cfg flag,
so problems with the nightly feature are avoided. It is still used for
required for additional nightly-only features.
- Tue, 08 Apr 2025 13:30:12 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Tue, 08 Apr 2025 13:30:12 -0500] rev 93
- Let Zed auto-indent modified files
- Tue, 08 Apr 2025 13:30:08 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Tue, 08 Apr 2025 13:30:08 -0500] rev 92
- maybe_uninit_uninit_array deprecation fix.