rust-g icon indicating copy to clipboard operation
rust-g copied to clipboard

Rust based libraries for tgstation

Results 12 rust-g issues
Sort by recently updated
recently updated
newest added

Adds a customizable HTML sanitizer function using the Ammonia crate. Out of the box, it will: * Strip and attributes, as well as their contents. * Prune all URL schemes,...

This now occurs when using 3.2.0, whereas in 3.0.0 it didn't ![image-23-1.png](https://github.com/tgstation/rust-g/assets/25063394/370d4ad8-3025-4a75-92be-a357049ec53f) Reportedly occurs during high load procs such as round setup before start.

I'm using this to make `/datum/asset/spritesheet_svg`, see [this](https://github.com/ShadowLarkens/CHOMPStation2/commit/7917fbd23d824dad21f86af5745e0d29b40869a6#diff-9b53cb11218b0be4234bad019e2c8816727577284da071c847c01c34c2fa7b32R114) for an example of usage. tl;dr ```dm fcopy(icon_you_want_svgs_of, "icon.dmi"); // first argument is source file, second argument is target css // third...

Brand new ludicrously overengineered macro for automagically™ interoping with byond smoothly and cleanly. ## Here's what you can do with the new macro All of these are callable directly from...

Given the wider use of this library by the ss13 community I thought it would be a nice thing to move the repo to spacestation13 where it can better represent...

![image](https://user-images.githubusercontent.com/37270891/210376224-26ad48e5-9cc4-423e-b343-4c1d2d01134e.png) If you specify an output filepath to a folder that doesn't exist for a http request, you'll be hit with this error. I'm unsure if this is a bug...

After #119, the release build of librust_g.so is 70 MB as opposed to the previous 10 MB. This is extremely unideal. There are two ways I see to solve this....

enhancement

Testing if this is actually faster, but I can't run tests on WSL 1 sooo

Need to connect a panic hook or use `dont_panic` (or whatever its called) or something.

bug

Its a tall order, and absolutely fuelled by lunacy, but it may be something worthwhile?

enhancement