This website requires JavaScript.
Explore
Help
Sign In
talexander
/
organic
Watch
1
Star
0
Fork
0
You've already forked organic
Code
Issues
Pull Requests
Releases
Activity
organic
/
src
/
context
/
exiting.rs
8 lines
115 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove Debug from the context variables. Now that entities are stored in the settings struct, these variables are massive which makes them balloon trace sizes while being mostly unreadable. This removes Debug from them to serve as a static-analysis check that context is ALWAYS ignored in tracing calls.
2023-10-18 18:36:25 -04:00
#[
derive(Copy, Clone)
]
Put back in needed pubs.
2023-09-11 13:13:28 -04:00
pub
(
crate
)
enum
ExitClass
{
First implementation moving over to the new exit matcher class system.
2023-04-18 20:33:01 -04:00
Document
=
1
,
Make the item tag exit matcher a lower class than all all others. This is to allow for " :: " inside a description list item's tag if it is nested inside another object.
2023-09-08 14:02:15 -04:00
Alpha
=
2
,
Beta
=
3
,
Gamma
=
4
,
Add an enum for exit class.
2023-04-17 21:16:39 -04:00
}
Reference in New Issue
Copy Permalink