Skip to main content

Rust Library Features

Molecule is developed in Rust language. The default feature in the Rust library is enabled by default, including std feature and more:

  • std::* modules in Rust
  • faster-hex for hexadecimal operations
  • bytes_vec:A std feature for Bytes, offering compatibility to maintain consistency with previous versions

Benchmark

Supported Rust Versions

The minimum supported version is 1.56.1. Molecule may not build on versions earlier than this.