diff --git a/graviola/src/lib.rs b/graviola/src/lib.rs index 271c099a..4fbfd92d 100644 --- a/graviola/src/lib.rs +++ b/graviola/src/lib.rs @@ -1,14 +1,6 @@ // Written for Graviola by Joe Birr-Pixton, 2024. // SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0 #![doc = include_str!("../README.md")] - -//! # Yo, where are the API docs? -//! At the moment, this crate doesn't have a public API. -//! It is coming soon. -//! -//! The cryptography here is available for use with rustls -//! via [rustls-graviola](https://crates.io/crates/rustls-graviola). - #![allow( clippy::new_without_default, clippy::result_unit_err,