v0.1.0-rc1
Pre-release
Pre-release
github-actions
released this
15 Sep 11:51
·
249 commits
to main
since this release
Summary
We're pleased to announce the first release candidate of reclass-rs
: v0.1.0-rc1
.
Reclass-rs is a Rust implementation of Reclass which is based on the Reclass fork maintained by kapicorp. The Reclass implementation provided in this repository can be used both from other Rust programs and in Python programs. The reclass-rs Python module is implemented directly in Rust with PyO3.
Please note that this implementation doesn't yet support all the features and extensions which are availble in Kapitan Reclass. However, for features which are implemented, we aim to be compatbile with Kapitan Reclass.
The implementation currently supports the following features of Kapicorp Reclass:
- The Reclass options
nodes_path
andclasses_path
- The Reclass option
ignore_class_notfound
- Escaped parameter references
- Merging referenced lists and dictionaries
- Constant parameters
- Nested references
- References in class names
- Loading classes with relative names
See the README.md
for more information.
Changes
- no changes