rcl icon indicating copy to clipboard operation
rcl copied to clipboard

A reasonable configuration language

Results 4 rcl issues
Sort by recently updated
recently updated
newest added

### Background I want to add an unpack operator, so you can write `[..xs]` instead of `[for x in xs: x]`, possibly to replace the union operator too. But to...

Hi, I’m trying to build an Ansible alternative on top of rcl. One thing that would be nice is to be able to serde_rcl::from_value(value) which will tell which part of...

### Background I recently added support for depfiles to enable Ninja to update generated files (#39). But defining a build file like that has some overhead, and introduces yet another...

Thanks for creating RCL and exploring alternatives. Excited about RCL's balance between readability, imports/reusability, and great docs so far. Would you mind adding a comparison to Apple's recently released [PKL](https://github.com/apple/pkl)...