Josiah Bills
Josiah Bills
We do this by adding the ability to put the bin and lib targets into separate CMake namespaces. This also takes some initial steps towards breaking the connection between Rust...
[Rendered](https://github.com/obsgolem/rfcs/blob/master/text/0000-import-trait-associated-functions.md) This feature fully supplants https://github.com/rust-lang/rust/pull/73001, allowing you to do things like: ```rust use Default::default; struct S { a: HashMap, } impl S { fn new() -> S { S...
### Motivation It seems as if most Javascript libraries have typescript type definitions. It would be nice if, instead of manually writing our own bindings, we could instead generate them...
`CertStore` and `CertContext` are manually marked `Send` right now. This would not be a problem, but `Clone` enables you to get a second copy of either of these, which can...
Rust has a relatively new unstable attribute for embedding debugger visualization info. Something like that would be useful to provide with slotmap. See https://rust-lang.github.io/rfcs/3191-debugger-visualizer.html
The function is found [here](http://www.freetype.org/freetype2/docs/reference/ft2-bitmap_handling.html#FT_Bitmap_Convert) in the documentation. There is currently a comment at https://github.com/PistonDevelopers/freetype-rs/blob/master/src/bitmap.rs#L121 saying that it is possible to change the pitch with FT_Bitmap_Convert, when in reality the...
The startup performance of the counter example on Windows is slow. I tested this with the 0.1.1 release and with master and they both seem to have the same problem....
This is a major missing item in the WGPU and Rust space IMO. There are lots of complexities here, such as * Hierarchical LOD, with LOD selection based on screen...
### Environment - OS and version: Windows - VS Code: Version: 1.92.0 b1c0a14de1414fcdaa400695b4db1c0799bc3124 - C/C++ extension: 1,21,5 - OS and version of remote machine (if applicable): - GDB / LLDB...
CMake doesn't automatically append the config type to the output dir when using a custom command.