pub struct JuliaParser;Expand description
Parser for Julia Project.toml files.
[deps]→Normal. UUID values are package identifiers; version comes from[compat]if present, otherwiseNone.[weakdeps]→Optional. Same version lookup via[compat].[compat]entries whose key is"julia"are skipped (not a dep).
Trait Implementations§
Source§impl ManifestParser for JuliaParser
impl ManifestParser for JuliaParser
Auto Trait Implementations§
impl Freeze for JuliaParser
impl RefUnwindSafe for JuliaParser
impl Send for JuliaParser
impl Sync for JuliaParser
impl Unpin for JuliaParser
impl UnsafeUnpin for JuliaParser
impl UnwindSafe for JuliaParser
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