You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have an immediate plan for it, but I would not hold anyone against creating a PR 😊
One thing I do want to explore though, is direct implementation of Serialize/Deserialize on the RopsTree<DecryptedMap>/RopsTree<EncryptedMap<C>> rather than writing format specific implementations on FileFormatValueAdapter/FileFormatKeyAdapter. This could possibly make the addition of new file formats pretty trivial.
Should note that I don't think the popular envy supports nested structs, and serde-env does not seem to support a EnvValue similar to serde_json::Value. So Serialize/Deserialize implementations on the respective structs be required after all.
A serde_value approach may also be worth looking into.
gibbz00
changed the title
Any plan to support dotenv format ?dotenv fileformat support
Jul 28, 2024
gibbz00
changed the title
dotenv fileformat supportdotenv file format support
Jul 28, 2024
Great job for rops.
I've an use-case where I'd to use a dotenv file format, but it's not (yet) implemented in rops. Do you have any plan for it ?
The text was updated successfully, but these errors were encountered: