Re-exports§
Macros§
- export
- A macro that takes the functions to be exported for use in Deno as arguments
Structs§
- Array
Buffer - A mutable arraybuffer that can contain primitives like i32, u64, f32, etc.
- Async
Result - Return
Buffer - A struct used when returning a raw unserialized buffer
Traits§
Functions§
Attribute Macros§
- deno_op
- When placed above a function it converts the function to a deno op of the same name.