This website requires JavaScript.
Explore
Help
Sign In
talexander
/
natter
Watch
1
Star
0
Fork
0
You've already forked natter
Code
Issues
Pull Requests
Releases
Activity
Files
8b85c02ef1167f948e4519c2bc9fa54cb2450119
natter
/
src
/
intermediate
/
verse_block.rs
7 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Add the skeletons for the elements.
2023-10-27 17:08:58 -04:00
use
crate
::
error
::
CustomError
;
Use macros for creating the intermediate stage. This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 17:29:16 -04:00
use
super
::
macros
::
inoop
;
Run cargo fix.
2023-10-29 22:31:29 -04:00
Add the skeletons for the elements.
2023-10-27 17:08:58 -04:00
Use macros for creating the intermediate stage. This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 17:29:16 -04:00
inoop!
(
IVerseBlock
,
VerseBlock
)
;
Reference in New Issue
Copy Permalink