intentionally_empty/
lib.rs

1// SPDX-License-Identifier: MIT-0
2
3//! ## An intentionally empty crate.
4//!
5//! [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Kijewski/intentionally-empty/ci.yml?branch=main&style=flat-square&logo=github&logoColor=white "GitHub Workflow Status")](https://github.com/Kijewski/intentionally-empty/actions/workflows/ci.yml)
6//! [![Crates.io](https://img.shields.io/crates/v/intentionally-empty?logo=rust&style=flat-square "Crates.io")](https://crates.io/crates/intentionally-empty)
7//! [![docs.rs](https://img.shields.io/docsrs/intentionally-empty?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/intentionally-empty/)
8//! ![Minimum supported Rust version: 1.31](https://img.shields.io/badge/rustc-1.31+-informational?logo=rust&style=flat-square "Minimum Supported Rust Version: 1.31")
9//! [![License: MIT-0](https://img.shields.io/badge/license-MIT--0-informational?logo=apache&style=flat-square)](https://github.com/Kijewski/intentionally-empty/blob/v1.0.0/LICENSE.md "License: MIT-0")
10//!
11//! It is empty now, and it will stay empty for ever.
12//! No dependencies, no build script, no nothing.
13
14#![no_std]