Docs.rs
schemadoc-diff-0.1.20
schemadoc-diff 0.1.20
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
dbukhta
Dependencies
auto_impl ^1.0.1
normal
chrono ^0.4
normal
indexmap ^1.8.1
normal
once_cell ^1
normal
regex ^1
normal
schemadoc-diff-derive ^0.1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_path_to_error ^0.1
normal
thiserror ^1
normal
tracing ^0.1
normal
Versions
0.5%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
schemadoc_
diff
0.1.20
HasBreaking
Change
Required Methods
has_breaking_changes
Implementations on Foreign Types
&[&ValidationIssue]
&[ValidationIssue]
Implementors
In schemadoc_
diff::
checker
schemadoc_diff
::
checker
Trait
HasBreakingChange
Copy item path
Source
pub trait HasBreakingChange { // Required method fn
has_breaking_changes
(&self) ->
bool
; }
Required Methods
§
Source
fn
has_breaking_changes
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
HasBreakingChange
for &[&
ValidationIssue
]
Source
§
fn
has_breaking_changes
(&self) ->
bool
Source
§
impl
HasBreakingChange
for &[
ValidationIssue
]
Source
§
fn
has_breaking_changes
(&self) ->
bool
Implementors
§