File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
//!
69
69
//! # Related crates
70
70
//!
71
- //! - [endian-type](https://crates.io/crates /endian-type)
72
- //! - [endian-type-rs](https://crates.io/crates /endian-type-rs) — Depends on `num`.
73
- //! - [endiantype](https://crates.io/crates /endiantype)
74
- //! - [nora_endian](https://crates.io/crates /nora_endian)
75
- //! - [simple_endian](https://crates.io/crates /simple_endian) — Also provides `f32`, `f64`, and `bool` types.
71
+ //! - [endian-type](https://docs.rs /endian-type)
72
+ //! - [endian-type-rs](https://docs.rs /endian-type-rs) — Depends on `num`.
73
+ //! - [endiantype](https://docs.rs /endiantype)
74
+ //! - [nora_endian](https://docs.rs /nora_endian)
75
+ //! - [simple_endian](https://docs.rs /simple_endian) — Also provides `f32`, `f64`, and `bool` types.
76
76
//! - [`zerocopy::byteorder`] — These types are [`Unaligned`](zerocopy::Unaligned), which makes them unsuitable for volatile memory operations.
77
77
//!
78
78
//! [`zerocopy::byteorder`]: https://docs.rs/zerocopy/0.7/zerocopy/byteorder/index.html
You can’t perform that action at this time.
0 commit comments