Organize Code as we want

I’d like to organize my code a little better, like into a binary and library. I’m doing the Redis challenge right now, using Rust. I assume it’s ok to organize as we want? Will doing that break the tests?

Yep, this should be possible! You might need to tweak the scripts inside .codecrafters.

Here are some docs that might help:

Let me know if you run into any issues.

1 Like

Thanks…will give it a shot and see what happens. Currently over my head, just in general, with the Redis challenge. Gonna have to take a step back and brush up on some basic stuff before continuing. :slight_smile:

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.