Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 332 Bytes

Sliver Rust Extension Template

Bare minimum extension template for Sliver, written in Rust.

Compilation

For a release build, use:

$ make

For a debug build, use:

$ make debug

Usage

sliver> extensions install /path/to/extension/
sliver> extensions load /path/to/extension/
sliver> hello <args>