0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
615 stars 152 forks source link

Rename miden crate so that it matches the package name. #1270

Closed hackaugusto closed 5 months ago

hackaugusto commented 5 months ago

At the moment the package miden-vm has the crate named miden. This means that after adding the miden-vm dependency to Cargo.toml (e.g. cargo add miden-vm), the code can't use miden_vm, but it has to use miden, because the package and the crate names don't match.

This issue is about renaming the crate so that it matches the package.

hackaugusto commented 5 months ago

implemented by https://github.com/0xPolygonMiden/miden-vm/pull/1271 and https://github.com/0xPolygonMiden/miden-vm/pull/1270