• Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 days ago

    I created a Nushell plugin in Rust that merely converts between Nushell and BSON data formats.

    It works, but I still have a fundamental lack of understanding of the magic abstract generalized data transformation framework/interface.

    I wish there were fewer magic conversions and transformations, and less required knowledge of them and calling or knowing the correct ones. Magic traits leading to magic conversions for magic reasons. Or something.