We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc073fc commit 037653cCopy full SHA for 037653c
source/ports/rs_port/Cargo.toml
@@ -7,7 +7,7 @@ license = "Apache-2.0"
7
name = "metacall"
8
readme = "README.md"
9
repository = "https://github.com/metacall/core/tree/develop/source/ports/rs_port"
10
-version = "0.5.4"
+version = "0.5.5"
11
12
[lib]
13
crate-type = ["lib"]
source/ports/rs_port/src/load.rs
@@ -11,6 +11,7 @@ use std::{
ptr::null_mut,
};
14
+#[derive(Debug, Clone, Copy)]
15
pub enum Tag {
16
C,
17
Cobol,
0 commit comments