Crate calcite

Source
Expand description

§Calcite

Calcite is a library to create deno plugins.

Refer the docs

Re-exports§

pub use futures;
pub use deno_core;

Macros§

export
A macro that takes the functions to be exported for use in Deno as arguments

Structs§

ArrayBuffer
A mutable arraybuffer that can contain primitives like i32, u64, f32, etc.
AsyncResult
ReturnBuffer
A struct used when returning a raw unserialized buffer

Traits§

FromZeroCopyBuf

Functions§

to_argument_type

Attribute Macros§

deno_op
When placed above a function it converts the function to a deno op of the same name.