mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 16:03:02 +02:00
add markdown log format for capture
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
c914a4fd91
commit
1f9225e4d1
6 changed files with 95 additions and 17 deletions
|
@ -10,7 +10,7 @@ pub use data::Data;
|
|||
use guard::Guard;
|
||||
pub use layer::{Layer, Value};
|
||||
pub use state::State;
|
||||
pub use util::to_html;
|
||||
pub use util::*;
|
||||
|
||||
pub type Filter = dyn Fn(Data<'_>) -> bool + Send + Sync + 'static;
|
||||
pub type Closure = dyn FnMut(Data<'_>) + Send + Sync + 'static;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue