dzmitry-lahoda
dzmitry-lahoda
@jdonszelmann would PR with `borsh` serde considered for review and merge if made? behind `borsh` feature gate
please reopen when change reasoning. here is wrapper for Const if somebody needs that ```rust //! This module provides serialization and deserialization for the `ringbuffer` crate. use borsh::{BorshDeserialize, BorshSerialize}; use...
sorry, some mix of things. closed for borsh. for serde open sure :) sorry for confusion.
polkadot is crazy about feature usage (abuse) also they have built their own stuff for reproducible builds and rust toml patching. but we want more - want other rust chains...
i can use remaining ttl to build logic based on time
currently these are stable
would be nice. so what impl for u256/u192/u160 to use?
some people may thing of u160 to be u256 in store for example.
seems on master a lot impelemented, like TryFrom
existing apis (so also hard to read these without examples of input out puts): ``` -- Download file `cid` from IPFS node `from` and save it to `node` func get_from(node:...