Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need documentation on Crates.io. #94

Open
jordanmack opened this issue May 15, 2024 · 1 comment
Open

Need documentation on Crates.io. #94

jordanmack opened this issue May 15, 2024 · 1 comment

Comments

@jordanmack
Copy link

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
Copy link
Member

#95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants