Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Oct 5, 2023
1 parent 567cfc6 commit af385c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [# 1.0.0 (2023-10-05)](https://github.com/boa-dev/ryu-js/compare/v0.2.2...v1.0.0) - ECMAScript compliant implementation of `Number.prototype.toFixed()`

### Breaking changes
### Breaking Changes

- Minimum rust version has been bumped from `1.36.0` to `1.64.0`.

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Ryū-js

Ryū-js is a fork of the [ryu][ryu-crate] crate adjusted to comply to the ECMAScript [number-to-string][number-to-string] algorithm.
Ryū-js is a fork of the [ryu][ryu-crate] crate adjusted to comply to the ECMAScript [number-to-string][number-to-string] algorithm, also implementing [`Number.prototype.toFixed()`][number-to-fixed] compliant conversion.

[ryu-crate]: https://crates.io/crates/ryu
[number-to-string]: https://tc39.es/ecma262/#sec-numeric-types-number-tostring
[number-to-fixed]: https://tc39.es/ecma262/#sec-number.prototype.tofixed

Pure Rust implementation of Ryū, an algorithm to quickly convert floating point
numbers to decimal strings.
Expand All @@ -23,7 +24,7 @@ uses nothing from the Rust standard library so is usable from no_std crates.*

```toml
[dependencies]
ryu-js = "0.2"
ryu-js = "1.0"
```

<br>
Expand All @@ -38,8 +39,6 @@ fn main() {
}
```

<br>

## Performance

<!--
Expand Down

0 comments on commit af385c7

Please sign in to comment.