Skip to content

Commit 37df086

Browse files
authored
Merge pull request #2 from rust-osdev/related-crates-docsrs
docs: refer to related crates via docs.rs
2 parents 6202bfd + 2732108 commit 37df086

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/lib.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
//!
6969
//! # Related crates
7070
//!
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.
7676
//! - [`zerocopy::byteorder`] — These types are [`Unaligned`](zerocopy::Unaligned), which makes them unsuitable for volatile memory operations.
7777
//!
7878
//! [`zerocopy::byteorder`]: https://docs.rs/zerocopy/0.7/zerocopy/byteorder/index.html

0 commit comments

Comments
 (0)