I am in the process of replacing my current JavaScript implementation with Rust. Could you assist me in making this transition as smooth as possible?
Migration Steps and Inquiry:
- Develop and test Rust functions in the development environment.
- Deploy the Rust functions to the production environment.
- Migrate existing discount codes to be processed using the new Rust functions.
Is step 3 feasible? I am concerned that the functionId
differs between the JavaScript and Rust implementations, which could potentially cause issues.