mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
7e4aa570ef
Some checks failed
ci / test (canary, macOS-latest) (push) Has been cancelled
ci / test (canary, ubuntu-latest) (push) Has been cancelled
ci / test (canary, windows-latest) (push) Has been cancelled
ci / test (v1.x, macOS-latest) (push) Has been cancelled
ci / test (v1.x, ubuntu-latest) (push) Has been cancelled
ci / test (v1.x, windows-latest) (push) Has been cancelled
ci / test (v2.x, macOS-latest) (push) Has been cancelled
ci / test (v2.x, ubuntu-latest) (push) Has been cancelled
ci / test (v2.x, windows-latest) (push) Has been cancelled
ci / test-node (latest, ubuntu-latest) (push) Has been cancelled
ci / lint (ubuntu-latest) (push) Has been cancelled
ci / lint (windows-latest) (push) Has been cancelled
ci / wasm (crypto/_wasm) (push) Has been cancelled
50 lines
1.7 KiB
Markdown
50 lines
1.7 KiB
Markdown
# Deno Standard Library
|
|
|
|
[![JSR @std](https://jsr.io/badges/@std)](https://jsr.io/@std)
|
|
[![codecov](https://codecov.io/gh/denoland/std/branch/main/graph/badge.svg?token=w6s3ODtULz)](https://codecov.io/gh/denoland/std)
|
|
[![ci](https://github.com/denoland/std/actions/workflows/ci.yml/badge.svg)](https://github.com/denoland/std/actions/workflows/ci.yml)
|
|
|
|
High-quality APIs for [Deno](https://deno.com/) and the web. Use fearlessly.
|
|
|
|
> [!IMPORTANT]
|
|
> Newer versions of the Standard Library are now hosted on
|
|
> [JSR](https://jsr.io/@std). Older versions up till 0.224.0 are still available
|
|
> at [deno.land/std](https://deno.land/std).
|
|
|
|
## Resources
|
|
|
|
- [Package list](https://jsr.io/@std)
|
|
- [Architecture guide](./.github/ARCHITECTURE.md)
|
|
- [Design documentation](.github/ARCHITECTURE.md#design)
|
|
- [Contributing guidelines](.github/CONTRIBUTING.md)
|
|
- [Frequently asked questions (FAQ)](./.github/FAQ.md)
|
|
|
|
## Releases
|
|
|
|
Package versions >=1.0.0 follow [Semantic Versioning](https://semver.org/), and
|
|
package versions <1.0.0 follow
|
|
[this proposal](https://github.com/semver/semver/pull/923).
|
|
|
|
## Badge
|
|
|
|
> [!NOTE]
|
|
> Previously, this repo hosted the badge SVG file. Now, the badge is retrieved
|
|
> directly from [Shields.io](https://shields.io/).
|
|
|
|
[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std)
|
|
|
|
```html
|
|
<a href="https://jsr.io/@std">
|
|
<img
|
|
width="135"
|
|
height="20"
|
|
src="https://img.shields.io/badge/Built_with_std-blue?logo=deno"
|
|
alt="Built with the Deno Standard Library"
|
|
/>
|
|
</a>
|
|
```
|
|
|
|
```md
|
|
[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std)
|
|
```
|