Docs.rs
ssf-0.2.0
ssf 0.2.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
raviqqe
Dependencies
petgraph ^0.5
normal
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
ssf/
lib.rs
1
mod
analysis;
2
pub mod
ir;
3
pub mod
types;
4
5
pub use
analysis::{AnalysisError, TypeCheckError};