Skip to content

Commit

Permalink
Include readme as docs for all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 31, 2023
1 parent 09dd2be commit 23ff5b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions martin-tile-utils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]

// This code was partially adapted from https://github.com/maplibre/mbtileserver-rs
// project originally written by Kaveh Karimi and licensed under MIT/Apache-2.0

Expand Down
1 change: 1 addition & 0 deletions martin/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![doc = include_str!("../README.md")]
#![forbid(unsafe_code)]
#![warn(clippy::pedantic)]
// Bounds struct derives PartialEq, but not Eq,
Expand Down
1 change: 1 addition & 0 deletions mbtiles/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![doc = include_str!("../README.md")]
#![allow(clippy::missing_errors_doc)]

mod errors;
Expand Down

0 comments on commit 23ff5b4

Please sign in to comment.