- Reorganize modules
- Add new toolkits
- http(no https support)
- compress/uncompress: zlib
- encode/decode: message pack, json, etc.
- Remove the trie related functions
- Rename the
SerDe
feature toser_de
- Add more crypto/codec utils
- Remove features related to
no_std
andwasm32
- Add new moduler: hash
- Add new feature:
no_std
- Add support for remote command execution based on the SSH protocol
- Remove syntactic sugar for printing information in the 'Debug' format
- eg,
d!(@a_struct)
should be replaced withd!("{:?}", a_struct)
in v3.0.x
- eg,
- Optimize documentations