MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / AlgorithmParseError

Class AlgorithmParseError

atomic-core/src/diff/algorithm.rs:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140/// Error returned when parsing an unknown algorithm name.
141#[derive(Debug, Clone, PartialEq, Eq)]
142pub struct AlgorithmParseError(pub String);
143
144impl fmt::Display for AlgorithmParseError {
145 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 1

from_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected