-
Notifications
You must be signed in to change notification settings - Fork 0
Claude/fix workflow and link 018u x woggz z3w e5 w4w by vtkg #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -1217,7 +1217,7 @@ repository = "https://github.com/prtip/plugins/http-enum" | |||||
| **Best Practices:** | ||||||
| - Plugin architecture patterns: https://martinfowler.com/ | ||||||
| - Trait-based plugins in Rust: https://adventures.michaelfbryan.com/posts/plugins-in-rust/ | ||||||
| - Dynamic loading in Rust: https://michael-f-bryan.github.io/rust-ffi-guide/ | ||||||
| - Dynamic loading in Rust: michael-f-bryan.github.io/rust-ffi-guide (archived/moved) | ||||||
|
||||||
| - Dynamic loading in Rust: michael-f-bryan.github.io/rust-ffi-guide (archived/moved) | |
| - Dynamic loading in Rust: https://web.archive.org/web/20230101000000/https://michael-f-bryan.github.io/rust-ffi-guide/ (archived) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While converting the dead link to plain text is a good way to fix the build, it would be more helpful for future readers to replace it with an updated, working resource. The author of the original guide recommends 'The Rust FFI Omnibus' as a replacement.
Consider updating the link to point to the FFI section of the Rust CLI book, which is actively maintained.