Skip to content

Commit

Permalink
lib: remove note about public API
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Oct 20, 2024
1 parent 0f0fd3e commit 3a780ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions graviola/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 3a780ec

Please sign in to comment.