diff options
| author | Fuwn <[email protected]> | 2021-05-23 16:59:26 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-23 16:59:26 +0000 |
| commit | e93269334229467e760d6499e0b92c92e87e7a8f (patch) | |
| tree | ed0abee6ad890de79fddd8675fcecfcb529363ac /crates/whirl_api/src | |
| parent | docs(crates): modify crate descriptions to fit their tasks (diff) | |
| download | whirl-e93269334229467e760d6499e0b92c92e87e7a8f.tar.xz whirl-e93269334229467e760d6499e0b92c92e87e7a8f.zip | |
docs(global): spelling corrections, global docs
Diffstat (limited to 'crates/whirl_api/src')
| -rw-r--r-- | crates/whirl_api/src/lib.rs | 2 |
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, |