Macro for stripping PyO3-related attributes when using features.
📖 Get the documentation comment for structs, enums and unions, in a zero-cost fashion.
Attribute macros to expose Rust types to Python via PyO3 from a single definition — no duplicate structs or impl blocks.
Strip attributes after #[derive(...)] expansion
HTML cleaning, sanitization, and text processing utilities
Best-effort converter of stock cargo-style Rust tests into rudzio tests. Runs on a clean git tree, rewrites sources in place, keeps backups and pre-migration copies as block comments, and asks before wiring a shared runner.
C parser for CodeGraph - extracts code entities and relationships from C source files
A procedural macro for prost-generated structs validation and type-casting
Based on the original pixel2svg, but rewritten in Rust. Converts pixel art to SVG - pixel by pixel.
Cargo subcommand for requirements traceability — declare, annotate, and detect drift
Attribute macros for requirements traceability — #[satisfies(...)] and #[verifies(...)]
Shared types and build-time drift detection for the rubric traceability toolchain
StripAttributes automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
AutoStripAttributes helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for removing accidental spaces from user inputs. It works by adding a before_validation hook to the record. It has option to set empty strings to nil or to remove extra spaces inside the string.
StripAttributes is a Rails plugin that automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
Use strip_attributes to make empty parameters to be nils and forget about ".present?"