nushell/crates/nu-plugin
Devyn Cairns 1cb5221f01
Add Value::recurse_mut() to save duplicated code in PluginCustomValue (#12218)
# Description

We do a lot of visiting contained values in the serialization / validity
functions within `PluginCustomValue` utils. This adds
`Value::recurse_mut()` which wraps up most of that logic into something
that can be reused.
2024-03-16 15:54:42 +01:00
..
src Add Value::recurse_mut() to save duplicated code in PluginCustomValue (#12218) 2024-03-16 15:54:42 +01:00
Cargo.toml Support for all custom value operations on plugin custom values (#12088) 2024-03-12 10:37:08 +01:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00