diff Cargo.toml @ 62:d83623951070

Further improve docs and put `conv` behind a feature gate.
author Paul Fisher <paul@pfish.zone>
date Wed, 21 May 2025 23:10:09 -0400
parents 5eecd797fc69
children
line wrap: on
line diff
--- a/Cargo.toml	Wed May 21 19:01:17 2025 -0400
+++ b/Cargo.toml	Wed May 21 23:10:09 2025 -0400
@@ -9,6 +9,9 @@
 license = "MIT"
 edition = "2021"
 
+[features]
+experimental = []
+
 [dependencies]
 bitflags = "2.9.0"
 libc = "0.2.97"