stellar / rs-soroban-sdk

Rust SDK for Soroban contracts.
Apache License 2.0
118 stars 66 forks source link

Add warning icon to struct CryptoHazmat #1273

Closed anupsdf closed 4 months ago

anupsdf commented 4 months ago

What

Add warning icon to struct CryptoHazmat.

Why

To highlight the Hazardous Materials warning in doc.rs similar to this trait. Current docs here.

jayz22 commented 4 months ago

There is another instance in env.rs crypto_hazmat, can you add the icon there as well?

anupsdf commented 4 months ago

There is another instance in env.rs crypto_hazmat, can you add the icon there as well?

Good point! I have added to env.rs as well.

leighmcculloch commented 4 months ago

Should we put the code behind a feature hazmat so it literally isn't usable without the feature being enabled?