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
My idea is to split FS into its own crate and as a struct instead of a trait, with multiple different transcoders (think JsonTranscoder, TomlPrettyTranscoder, etc.), this design cuts down on features and bloat, and allows us to move all the backends into its own separate crate
This should also be based on the flock.rs implementation in cargo
The text was updated successfully, but these errors were encountered:
My idea is to split FS into its own crate and as a struct instead of a trait, with multiple different transcoders (think
JsonTranscoder
,TomlPrettyTranscoder
, etc.), this design cuts down on features and bloat, and allows us to move all the backends into its own separate crateThis should also be based on the flock.rs implementation in cargo
The text was updated successfully, but these errors were encountered: