Docs.rs
omnigraph-compiler-0.4.1
omnigraph-compiler 0.4.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
AaronWGoh
Dependencies
ahash ^0.8
normal
arrow-array ^57
normal
arrow-cast ^57
normal
arrow-ipc ^57
normal
arrow-ord ^57
normal
arrow-schema ^57
normal
arrow-select ^57
normal
pest ^2
normal
pest_derive ^2
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^2
normal
tokio ^1
normal
tokio ^1
dev
Versions
3.45%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
parse_schema
omnigraph_
compiler
0.4.1
In omnigraph_
compiler::
schema::
parser
omnigraph_compiler
::
schema
::
parser
Function
parse_
schema
Copy item path
Source
pub fn parse_schema(input: &
str
) ->
Result
<
SchemaFile
>