mirror of
https://github.com/simonask/libyaml-safer
synced 2025-02-17 04:48:29 +00:00
Add crosslink icons to top of rustdoc
This commit is contained in:
parent
c990cfb389
commit
52958a5d87
1 changed files with 6 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue