Git Product home page Git Product logo

Comments (5)

frol avatar frol commented on July 18, 2024 1

This new behavior is by design and serde does the same.

from borsh-rs.

fadeevab avatar fadeevab commented on July 18, 2024

@frol in this case, borsh re-export loses its sense, because using the borsh crate directly will be more convenient. I thought that re-export had to make things more convenient, not more complicated. I have 20 structures, I don't wanna add annotations to each one.

from borsh-rs.

frol avatar frol commented on July 18, 2024

@fadeevab Re-export also keeps things consistent. Ideally, I don't want to derive neither serde nor borsh manually, so I at the back of my mind I am thinking how to achieve that without introducing too much magic to it.

from borsh-rs.

fadeevab avatar fadeevab commented on July 18, 2024

@frol :) One quick workaround came to my mind: falling back to near_sdk::borsh reexport if near_sdk has found - somewhere around these lines:

let name = &crate_name(BORSH).unwrap();

Little bit dirty :) However, intuitively, if I already use near_sdk::borsh::BorshDeserialize, I expect that #derive just works... Also, another justification to do so: borsh is already under the near (GitHub) account and ecosystem.

All that is not critical of course.

from borsh-rs.

frol avatar frol commented on July 18, 2024

@fadeevab Given that there are more than just borsh that needs to be configured near/near-sdk-rs#1142, I don't think this change is worth it.

from borsh-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.