i509VCB
i509VCB
This is done when generating docs on docs.rs and locally with `RUSTDOCFLAGS="--cfg=docsrs" cargo +nightly doc --all-features` There seems to be some bugs with the labels however: There does seem to...
One of the functions that PathBuilder requires is a way to query the current point. This is however not possible to implement if PathBuilder was implemented for a library like...
### Description An implementation of Bukkit api on fabric. ### Details - Does a Forge version of this mod exist? yes, forge implementations do exist (Mohist), but are unrepresentative of...
### A fabric implementation of the Sponge API ### Details Based off a remapped SpongeCommon. Sponge's api is a plugin api that is designed for modded contexts and is flexible....
### Description Cursed forms of TNT. Tall TNT, Wide TNT, TNT Chest, TNT Stairs, TNT Armor (will ignite and explode if you get lit on fire) ### Details - Does...
At the moment the following is done: ```rust #[repr(transparent)] pub struct AshMemoryDevice { device: Device, } impl AshMemoryDevice { pub fn wrap(device: &Device) -> &Self { unsafe { // Safe...
These general implementations may be useful for some users.
I recently wrote a few lints for clippy that should help with CI testing given the couple of "fix no_std" pull requests I've seen: https://github.com/rust-lang/rust-clippy/pull/9103 Although I don't think these...
For my use case I need both the protected and real mode modules. To reduce duplicate code I need a way to convert the real and protected mode `RegSpec` into...
I personally dislike spamming github's issue reports with questions about library usage and am wondering if there are any plans to open a place where we can ask questions without...