Document which functions require std (#591)

This commit is contained in:
0xc0001a2040
2023-01-31 11:42:28 +01:00
committed by GitHub
parent c93a94b974
commit f15bba3375
5 changed files with 14 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
))]
#![no_std]
#![cfg_attr(docsrs, feature(doc_cfg))]
//! Provides abstractions for working with bytes.
//!