Skip to content

Commit

Permalink
update(docs): rust plugin sdk link
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Puglisi <[email protected]>
  • Loading branch information
deepskyblue86 authored and poiana committed Dec 11, 2024
1 parent e1ca3a1 commit 57c6ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/plugins/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The libraries will do everything possible to validate the data coming from the p

### Plugin SDKs

To make it easier to write plugins, there are [Go](https://github.com/falcosecurity/plugin-sdk-go) and [C++](https://github.com/falcosecurity/plugin-sdk-cpp) SDKs that handle the details of memory management and type conversion. These SDKs provide a streamlined way to implement plugins without having to deal with all the details of the lower-level functions that make up the Plugin API.
To make it easier to write plugins, there are [Go](https://github.com/falcosecurity/plugin-sdk-go), [C++](https://github.com/falcosecurity/plugin-sdk-cpp), and [Rust](https://github.com/falcosecurity/plugin-sdk-rs) SDKs that handle the details of memory management and type conversion. These SDKs provide a streamlined way to implement plugins without having to deal with all the details of the lower-level functions that make up the Plugin API.

These SDKs are optional, but using them is highly recommended.

Expand Down

0 comments on commit 57c6ef5

Please sign in to comment.