mirror of
https://github.com/microsoft/edit.git
synced 2026-06-15 21:16:40 -05:00
The main change is adding multithreading support in order to make JSON unit tests work properly. The TLS overhead is not _that bad. Other changes: * Switch to `io::Result`, because `AllocError` doesn't transmit error codes (meh!) * Reduce x86 commit chunk size to 32KiB * Improved performance slightly by inlining harder (`alloc_uninit`) and outlining the result unwrap (`alloc_raw_bump`)
15 lines
234 B
TOML
15 lines
234 B
TOML
[package]
|
|
name = "stdext"
|
|
version = "0.0.0"
|
|
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[features]
|
|
single-threaded = []
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
libc = "0.2"
|