You've already forked flix
7 lines
119 B
Rust
7 lines
119 B
Rust
//! flix-model provides core types for flix data
|
|
|
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
|
|
|
pub mod id;
|
|
pub mod numbers;
|