-
ECMA-402 requires various objects to be able to expose the resolved options. Common across different types is the resolved locale.
For ECMA-402 compat, we should make various ICU4X objects call `ta…
-
To my pleasant surprise, I discovered that the AsciiPointer pattern plainly uses Rust CString, which is UTF-8 instead of ASCII. This is not an issue when transferring strings _into_ Rust, as ASCII is …
-
[Edit: Adjusted `DateTime` examples to create a situation which is directly relevant for a 'static class'.]
There are some situations where an object is created in order to hold some data, and some…
-
Hi 👋
I've been working on the new C API for extensions in duckdb/duckdb (see https://github.com/duckdb/duckdb/pull/12682). TLDR: we've added a header to duckdb which contains basically a struct of…
-
This is the tracking issue for [RFC 2627](https://github.com/rust-lang/rfcs/pull/2627), `#[link(kind="raw-dylib")]`.
**Note:** `raw-dylib` and `link_ordinal` are now stabilized in 1.65 on Windows f…
-
I'm building a documentation site using [`mkdocs`](https://www.mkdocs.org/), a python-based static site generator. Adding a python wrapper package would let me install the pagefind CLI without a node…
SKalt updated
1 month ago
-
[OpenPAM](https://www.openpam.org) does not match Linux PAM 100% and thus is not compatible with this library in its current state.
To correctly support openPAM, we should get a comprehensive list …
-
First, the idea was lain down by @glaebhoerl [here](https://github.com/rust-lang/rust/issues/34511#issuecomment-373516961).
The idea is basically to have a way to tell the compiler “please auto-gen…
-
This is a somewhat detailed roadmap for the development of this crate and its predecessor [jsonschema-rs](https://github.com/Stranger6667/jsonschema-rs). I haven't been very active with `jsonschema-rs…
-
I am trying to expose the Microsoft.PowerShell.SDK APIs to native code (C/Rust) with a .NET native host that dynamically loads everything (libhostfxr.so, .NET assemblies, etc) from an *existing* Power…