mockiato-codegen 0.9.6

Internally used by mockiato for code generation. This crate should never be used directly
Documentation
1
2
3
4
5
pub(crate) const ATTR_NAME: &str = "mockable";
pub(crate) const STATIC_REFERENCES_ATTR_PARAM_NAME: &str = "static_references";
pub(crate) const MOCK_STRUCT_NAME_ATTR_PARAM_NAME: &str = "name";
pub(crate) const REMOTE_ATTR_PARAM_NAME: &str = "remote";
pub(crate) const CREATE_ISSUE_LINK: &str = "https://github.com/myelin-ai/mockiato/issues/new";