Docs.rs
graphql-schema-diff-0.1.1
graphql-schema-diff 0.1.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tomhoule
Dependencies
async-graphql-parser ^7
normal
async-graphql-value ^7
normal
serde ^1
normal
datatest-stable ^0.2.3
dev
miette ^5.10.0
dev
serde_json ^1
dev
similar ^2
dev
Versions
100%
of the crate is documented
Go to latest version
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
graphql_schema_diff
0.1.1
?
Function
graphql_schema_diff
::
diff
source
·
[
−
]
pub fn diff(source: &
str
, target: &
str
) ->
Result
<
Vec
<
Change
>,
Error
>
Expand description
Diff two GraphQL schemas.