chore: initial draft of proc macros
This commit is contained in:
@@ -7,4 +7,5 @@ license = { workspace = true }
|
||||
[dependencies]
|
||||
derive_more = { workspace = true }
|
||||
pyo3 = { workspace = true }
|
||||
python-utils-macros = { path = "../python-utils-macros" }
|
||||
snafu = { workspace = true }
|
||||
|
||||
@@ -7,6 +7,8 @@ use pyo3::{
|
||||
};
|
||||
use snafu::{ResultExt, Snafu};
|
||||
|
||||
pub use python_utils_macros::PyFromStr;
|
||||
|
||||
pub mod none;
|
||||
pub use none::IsNone;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user