You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the initial versions of this project, we used handler as the attribute macro for the Rust kit. However, our documentation references worker as the right term for this kind of Request / Respose functions.
This will be a breaking change. Since we are still defining the final API, it's fine to apply those at this moment.
To complete this task you will need to:
Rename the kits/rust/handler project to kits/rust/worker. This includes all references in Cargo.toml, kits/rust/Cargo.toml, kits/rust/handler/Cargo.toml and any place in which we import it.
Change the macro attribute name and all its references in kits/rust/worker
Update the exported name in kits/rust/src/lib.rs
Update all the examples in the documentation
Update the examples in the examples folder
The text was updated successfully, but these errors were encountered:
In the initial versions of this project, we used
handler
as the attribute macro for the Rust kit. However, our documentation referencesworker
as the right term for this kind ofRequest
/Respose
functions.This will be a breaking change. Since we are still defining the final API, it's fine to apply those at this moment.
To complete this task you will need to:
kits/rust/handler
project tokits/rust/worker
. This includes all references inCargo.toml
,kits/rust/Cargo.toml
,kits/rust/handler/Cargo.toml
and any place in which we import it.kits/rust/worker
kits/rust/src/lib.rs
examples
folderThe text was updated successfully, but these errors were encountered: