[docs](trx-plugin-example): update paths and references

Update dependency paths to new trx-backend and trx-frontend
locations. Replace trx-bin references with trx-server/trx-client.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-06 23:02:13 +01:00
parent 11f1a095f6
commit 28cd7fe577
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use trx_frontend::{register_frontend, FrontendSpawner};
const BACKEND_NAME: &str = "example";
const FRONTEND_NAME: &str = "example-frontend";
/// Entry point called by trx-bin when the plugin is loaded.
/// Entry point called by trx-server/trx-client when the plugin is loaded.
#[no_mangle]
pub extern "C" fn trx_register() {
register_backend(BACKEND_NAME, example_backend_factory);