Module example_automatic

Source

Structs§

IsReady
IsReadyBits
bytemuck-generated type for internal purposes only.

Enums§

State
Due to some limitations on how attribute macro currently work, our proc macro needs to be placed on an inner module. This means that other code using us has to have an unnecessary level of indirection to use the types/ functions in that module, so instead we just re-export everything so they only need to access the single top level module to get everything

Functions§

example__infallible_number
example__is_ready
example__ret_byte_vector
example__ret_string
example__works
infallible_number
Due to some limitations on how attribute macro currently work, our proc macro needs to be placed on an inner module. This means that other code using us has to have an unnecessary level of indirection to use the types/ functions in that module, so instead we just re-export everything so they only need to access the single top level module to get everything
is_ready
Due to some limitations on how attribute macro currently work, our proc macro needs to be placed on an inner module. This means that other code using us has to have an unnecessary level of indirection to use the types/ functions in that module, so instead we just re-export everything so they only need to access the single top level module to get everything
ret_byte_vector
Due to some limitations on how attribute macro currently work, our proc macro needs to be placed on an inner module. This means that other code using us has to have an unnecessary level of indirection to use the types/ functions in that module, so instead we just re-export everything so they only need to access the single top level module to get everything
ret_string
Due to some limitations on how attribute macro currently work, our proc macro needs to be placed on an inner module. This means that other code using us has to have an unnecessary level of indirection to use the types/ functions in that module, so instead we just re-export everything so they only need to access the single top level module to get everything
works
Due to some limitations on how attribute macro currently work, our proc macro needs to be placed on an inner module. This means that other code using us has to have an unnecessary level of indirection to use the types/ functions in that module, so instead we just re-export everything so they only need to access the single top level module to get everything