nervosnetwork / molecule

Another serialization system: minimalist and canonicalization.
MIT License
36 stars 23 forks source link

Need documentation on Crates.io. #94

Open jordanmack opened 4 months ago

jordanmack commented 4 months ago

There is no documentation for the Molecule crates.

https://crates.io/crates/molecule https://crates.io/crates/molecule-codegen https://crates.io/crates/moleculec

Particularly for the first one, it needs basic usage instructions at a bare minimum. Trying to use the Molecule crate in a Capsule project will fail unless it is added with default-features=false. This needs to be specified.

[dependencies]
ckb-std = "0.14.0"
molecule = { version = "0.8.0", default-features = false }
zhangsoledad commented 4 months ago

https://github.com/nervosnetwork/molecule/pull/95