lf-lang / reactor-rs

Reactor runtime implementation in Rust
MIT License
9 stars 5 forks source link

Remove creusot sources and merge back vecmap into main runtime crate #47

Closed oowekyala closed 6 months ago

oowekyala commented 6 months ago

Simplify the structure of the project by merging vecmap into the main runtime crate. Vecmap is a small module and I don't think the fact it has a formally verified implementation justifies keeping the runtime crate split like that. I tagged the previous commit so we can still revive the creusot implementation in the future.