pub struct FileSkillLoader { /* private fields */ }Expand description
Discovers SKILL.md files under one or more root directories.
Layout:
<root>/
<skill-name>/
SKILL.mdSKILL.md is parsed: lines 1..N are YAML frontmatter (delimited by ---),
the remainder is the body.
Implementations§
Trait Implementations§
Source§impl Debug for FileSkillLoader
impl Debug for FileSkillLoader
Auto Trait Implementations§
impl Freeze for FileSkillLoader
impl RefUnwindSafe for FileSkillLoader
impl Send for FileSkillLoader
impl Sync for FileSkillLoader
impl Unpin for FileSkillLoader
impl UnsafeUnpin for FileSkillLoader
impl UnwindSafe for FileSkillLoader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more