We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1e060 commit 5ef326bCopy full SHA for 5ef326b
src/lib.rs
@@ -35,12 +35,12 @@ pub mod homepage;
35
/// Your process must have the [`Capability`] to message and receive messages from
36
/// `http-server:distro:sys` and/or `http-client:distro:sys` to use this module.
37
pub mod http;
38
+/// Interact with hypermap, the onchain namespace
39
+pub mod hypermap;
40
/// The types that the kernel itself uses -- warning -- these will
41
/// be incompatible with WIT types in some cases, leading to annoying errors.
42
/// Use only to interact with the kernel or runtime in certain ways.
43
pub mod kernel_types;
-/// Interact with hypermap, the onchain namespace
-pub mod hypermap;
44
/// Interact with the key_value module
45
///
46
0 commit comments