aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-23 16:59:26 -0700
committerFuwn <[email protected]>2021-05-23 16:59:26 -0700
commitcb0510c0801317c4e9dffa1f83c2ff1a978178d1 (patch)
treed8ab500db2ac81a91fe54243f1318d20c9c37965 /crates/whirl_api/src/lib.rs
parentdocs(crates): modify crate descriptions to fit their tasks (diff)
downloadwhirl-cb0510c0801317c4e9dffa1f83c2ff1a978178d1.tar.xz
whirl-cb0510c0801317c4e9dffa1f83c2ff1a978178d1.zip
docs(global): spelling corrections, global docs
Diffstat (limited to 'crates/whirl_api/src/lib.rs')
-rw-r--r--crates/whirl_api/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/whirl_api/src/lib.rs b/crates/whirl_api/src/lib.rs
index 0b24953..3ab6cd8 100644
--- a/crates/whirl_api/src/lib.rs
+++ b/crates/whirl_api/src/lib.rs
@@ -1,6 +1,8 @@
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
+//! The API, for external interaction.
+
#![feature(
type_ascription,
hash_set_entry,