Add crosslink icons to top of rustdoc

This commit is contained in:
David Tolnay 2022-07-08 12:12:46 -07:00
parent c990cfb389
commit 52958a5d87
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -1,3 +1,9 @@
//! [![github]](https://github.com/dtolnay/unsafe-libyaml) [![crates-io]](https://crates.io/crates/unsafe-libyaml) [![docs-rs]](https://docs.rs/unsafe-libyaml)
//!
//! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github
//! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
//! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
#![no_std]
#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.0.0")]
#![allow(non_camel_case_types)]