smol-rs / fastrand

A simple and fast random number generator
Apache License 2.0
386 stars 33 forks source link

docs: Add indicators for methods that are std-only #53

Closed notgull closed 1 year ago

notgull commented 1 year ago

This PR adds an indicator to the docs.rs version of fastrand indicating when a method is std-only. The indicator looks like this:

image

taiki-e commented 1 year ago

I don't think we need to add attributes to all items. The module-level attribute might work.

notgull commented 1 year ago

I don't think we need to add attributes to all items. The module-level attribute might work.

You're right! I've replaced the attributes.