Skip to content

Commit cdcde1e

Browse files
committed
Document maintenance mode.
1 parent 36b5ab8 commit cdcde1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ There are no dependencies and the crate can be used in a no_std context by disab
1919

2020
*Compiler support: rustc 1.37+.*
2121

22+
This crate is in maintenance mode for bug fixes (especially security patches): minimal feature enhancements will be accepted. This implementation has been adopted by the Rust standard library: if you do not need parsing directly from bytes and/or partial parsers, you should use [FromStr](https://doc.rust-lang.org/std/str/trait.FromStr.html) for [f32](https://doc.rust-lang.org/std/primitive.f32.html) or [f64](https://doc.rust-lang.org/std/primitive.f64.html) instead.
23+
2224
## Usage
2325

2426
There's two top-level functions provided:

0 commit comments

Comments
 (0)