magnus 0.8.2

High level Ruby bindings. Write Ruby extension gems in Rust, or call Ruby code from a Rust binary.
Documentation
1
2
3
4
5
6
# frozen_string_literal: true

module Ahriman
  class Error < StandardError; end
  class RubricError < Error; end
end