Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Document default features
Lorenz Leutgeb committed 3 months ago
commit 5f8f19e3321c832d62eb8b02c54318233002b47e
parent 9bb35e6a52d150bfa9a15e59b9bb8abfc76ae39d
1 file changed +5 -0
modified crates/radicle-core/src/lib.rs
@@ -5,12 +5,17 @@
//!
//! # Feature Flags
//!
+
//! The only default feature is `std`.
+
//!
//! ## `std`
//!
//! [`OsString`]: ::doc_std::ffi::OsString
//!
//! Provides implementation of [`TryFrom<OsString>`].
//!
+
//! Enabled by default, since it is expected that most dependents will use the
+
//! standard library.
+
//!
//! ## `git2`
//!
//! [`git2::Oid`]: ::git2::Oid