Structs§
- Config
- Local radicle configuration.
- Config
Path - Configuration attribute path.
- Config
Value - A struct that ensures all values are safe for JSON serialization, including handling special
floating point values like
NaNandInfinity. Use theFrom<&str>implementation to create an instance. - RawConfig
- Offers utility functions for editing the configuration. Validates on write.
- Write
Error