intentionally-empty 1.0.0

An intentionally empty crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: MIT-0

//! ## An intentionally empty crate.
//!
//! [![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)
//! [![Crates.io](https://img.shields.io/crates/v/intentionally-empty?logo=rust&style=flat-square "Crates.io")](https://crates.io/crates/intentionally-empty)
//! [![docs.rs](https://img.shields.io/docsrs/intentionally-empty?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/intentionally-empty/)
//! ![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")
//! [![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")
//!
//! It is empty now, and it will stay empty for ever.
//! No dependencies, no build script, no nothing.

#![no_std]