Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/itoa.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
description = """
The core library provides `core::fmt::NumBuffer` (stable since Rust 1.98), \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little hesitant to merge this right now since this has not landed in a stable release yet. It would seem a bit confusing to me if crates.io showed this before the corresponding Rust version was publicly available 😅

I'd suggest we put this in draft mode and revisit once 1.98 is released. does that seem reasonable?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or just leave it open until 1.98 is released. It's not a hurry, just something that I wanted out of my mind. :)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll put it in draft for now to prevent accidental merges :)

which lets you replace `itoa::Buffer` to achieve the same functionalities \
and remove the dependency.
"""
url = "https://doc.rust-lang.org/nightly/core/fmt/struct.NumBuffer.html"