Skip to content

Commit d154ea0

Browse files
committed
Documented swimos_num.
1 parent 2b60e24 commit d154ea0

File tree

1 file changed

+4
-0
lines changed
  • swimos_utilities/swimos_num/src

1 file changed

+4
-0
lines changed

swimos_utilities/swimos_num/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
//! # Numeric Helper Macros
16+
1517
pub mod num {
18+
19+
/// Safely create a non-zero usize constant.
1620
#[macro_export]
1721
macro_rules! non_zero_usize {
1822
(0) => {

0 commit comments

Comments
 (0)