Sander Maijers
Sander Maijers
This library uses e.g. [`CryptAcquireContextW`](https://docs.microsoft.com/en-us/windows/desktop/api/wincrypt/nf-wincrypt-cryptacquirecontextw). As noted on the linked page, this is part of the deprecated API CryptoAPI. This is a proposal to migrate from CryptoAPI to [CNG](https://docs.microsoft.com/nl-nl/windows/desktop/SecCNG/cng-portal).
[`pretty-assertions`](https://github.com/colin-kiegel/rust-pretty-assertions) presents differences between characters by also making differing characters boldface (1), whereas `colored_diff::PrettyDifference` changes the background color behind those characters (2). The former is more readable and its readability...
To explore the structure of larger projects, e.g. in workspaces, it is helpful to be able to visually distinguish ‘external’ dependencies (e.g. crates.io crates) and in-house dependencies. There seems to...
```sh cargo outdated ``` Workspace virtual manifest `Cargo.toml`: ``` [patch.crates-io] dep = { path = 'dep' } ``` ``` error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index` Caused by: failed to...
This is an exploratory issue, I hope to get everyone’s views on this. In some contexts, inline CSS limits compatibility of SVG data (e.g., given Web Content Security Policy restrictions,...
I can still see a merge button under PRs, even though Kodiak is active. Is there a way to force exclusive push access by the bot to the default branch?...
I was deserializing from a 1 GiB single-line JSON file, each deserialization error [resulted in line:column position being computed](https://github.com/serde-rs/json/blob/64bb3962bd70ae74d6e8a9daa496504c64033760/src/de.rs#L226). This is O(n) in the byte size of the input data....
I-JSON ([RFC 7493](https://tools.ietf.org/html/rfc7493)) is a [stricter subset](https://www.tbray.org/ongoing/When/201x/2017/12/14/RFC-8259-STD-90) of the JSON [RFC 8259](https://www.rfc-editor.org/info/rfc8259). I expect that this crate already conforms to RFC 7493. In order to build a reliable REST API,...
JSON standards [have been updated](https://www.tbray.org/ongoing/When/201x/2017/12/14/RFC-8259-STD-90). ## Current It’s not documented to which standard this crate aims to conform. ## Expected It’s documented in the README as well as API docs...
This seems like a file format that fits very well with the possible applications for Calamine. http://justsolve.archiveteam.org/wiki/SAV