ferrijs-std 0.2.4

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
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
pub mod any_of;
pub mod array_buffer;
#[cfg(feature = "bytearray-buffer")]
pub mod bytearray_buffer;
pub mod bytes;
pub mod class;
pub mod clone;
pub mod ctx;
pub mod error;
pub mod error_messages;
#[cfg(feature = "fs")]
pub mod fs;
pub mod hash;
pub mod io;
pub mod latch;
pub mod macros;
pub mod mc_oneshot;
pub mod module;
pub mod object;
pub mod option;
pub mod primordials;
pub mod provider;
pub mod result;
pub mod reuse_list;
pub mod string;
pub mod sysinfo;
pub mod time;

pub mod signals;

pub const VERSION: &str = env!("CARGO_PKG_VERSION");