echo "๐Ÿ”จ Building release version..." cargo build --release echo "๐Ÿงช Running tests..." cargo test echo "๐Ÿ“š Generating documentation..." cargo doc echo "โœจ Build, test and documentation complete!"