Skip to content

translate anonymize-json.ts into rust#229

Open
aswink wants to merge 1 commit intomainfrom
aswin/05-07-translate_anonymize-json.ts_into_rust
Open

translate anonymize-json.ts into rust#229
aswink wants to merge 1 commit intomainfrom
aswin/05-07-translate_anonymize-json.ts_into_rust

Conversation

@aswink
Copy link
Copy Markdown
Contributor

@aswink aswink commented May 7, 2026

This was relatively straightforward for AI to translate, the code looks
basically the same. This allows callers to anonymize payloads for debugging use
cases.

This does add one extra thing - it allows passing a filter function that sees
every key/value that is NOT already anonymized by this class. This allows
layering other anonymizer functions on top of this class.

This was relatively straightforward for AI to translate, the code looks
basically the same. This allows callers to anonymize payloads for debugging use
cases.

This does add one extra thing - it allows passing a filter function that sees
every key/value that is NOT already anonymized by this class. This allows
layering other anonymizer functions on top of this class.
Copy link
Copy Markdown
Contributor Author

aswink commented May 7, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@aswink aswink marked this pull request as ready for review May 7, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant