ferrijs-std 0.1.0

Node and web standard library for the ferrijs QuickJS runtime: WHATWG Streams, Events, AbortController, Buffer, crypto, fs, os, url, zlib and the capability model they enforce (partly derived from awslabs/llrt, Apache-2.0).
Documentation
1
2
3
4
5
6
7
8
9
10
# Vendored third-party sources (see README.md) — kept byte-close to
# upstream llrt so a re-sync stays a mechanical diff.
#
# The workspace `rustfmt.toml` also lists this crate under `ignore`, but
# that key is NIGHTLY-ONLY: on the stable channel this repo pins, rustfmt
# prints a warning and formats the crate anyway. A per-crate config is
# the stable-channel guard — rustfmt reads the file nearest the source it
# is formatting, so `cargo fmt --all` finds this one and leaves the
# vendor alone.
disable_all_formatting = true