Rustler.BuildArtifact (Rustler v0.37.1)

View Source

Represents a single build artifact produced by the Rust build process.

Fields:

  • :kind - The type of artifact (:lib or :bin)
  • :name - The name of the artifact
  • :filename - The path to the artifact file

Summary

Functions

from_line(line)