File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -262,10 +262,11 @@ accompanied by a minor version bump. If MSRV is important to you, use
262
262
263
263
## Alternatives
264
264
265
- [ derivative] ( https://crates.io/crates/derivative )
266
- ([ ![ Crates.io] ( https://img.shields.io/crates/v/derivative.svg )] ( https://crates.io/crates/derivative ) )
267
- is a great alternative with many options. Notably it doesn't support ` no_std `
268
- and requires an extra ` #[derive(Derivative)] ` to use.
265
+ - [ derivative] ( https://crates.io/crates/derivative ) [ ![ Crates.io] ( https://img.shields.io/crates/v/derivative.svg )] ( https://crates.io/crates/derivative )
266
+ is a great alternative with many options. Notably it doesn't support
267
+ ` no_std ` and requires an extra ` #[derive(Derivative)] ` to use.
268
+ - [ derive_bounded] ( https://crates.io/crates/derive_bounded ) [ ![ Crates.io] ( https://img.shields.io/crates/v/derive_bounded.svg )] ( https://crates.io/crates/derive_bounded )
269
+ is a new alternative still in development.
269
270
270
271
## Changelog
271
272
Original file line number Diff line number Diff line change 295
295
//!
296
296
//! # Alternatives
297
297
//!
298
- //! [derivative](https://crates.io/crates/derivative)
299
- //! ([](https://crates.io/crates/derivative))
300
- //! is a great alternative with many options. Notably it doesn't support
301
- //! `no_std` and requires an extra `#[derive(Derivative)]` to use.
298
+ //! - [derivative](https://crates.io/crates/derivative) [](https://crates.io/crates/derivative)
299
+ //! is a great alternative with many options. Notably it doesn't support
300
+ //! `no_std` and requires an extra `#[derive(Derivative)]` to use.
301
+ //! - [derive_bounded](https://crates.io/crates/derive_bounded) [](https://crates.io/crates/derive_bounded)
302
+ //! is a new alternative still in development.
302
303
//!
303
304
//! # Changelog
304
305
//!
You can’t perform that action at this time.
0 commit comments