Docs.rs
dol-0.8.1
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
dol 0.8.1
DOL (Design Ontology Language) - A declarative specification language for ontology-first development
Crate
Source
Builds
Feature flags
Hide files
..
if_else.dol
if_else_test.dol
loop_test.dol
match_expr.dol
1
2
3
4
5
module matching @ 0.1.0 fun identity(n: i64) -> i64 { return n }