Overview of RBS Rust Crates
masterRBS provides two distinct Rust crates for interacting with RBS signatures:
ruby-rbs-sys: Provides low-level FFI bindings to the RBS C parser.ruby-rbs: Provides a high-level, safe Rust API for parsing RBS signatures.
Both crates are available on crates.io and are maintained in the rust/ directory of the repository.