Merge pull request 'Add prelude' (#4) from feature/prelude into main
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "grapherity"
|
name = "grapherity"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["Stefan Müller"]
|
authors = ["Stefan Müller"]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.85.0"
|
rust-version = "1.85.0"
|
||||||
|
|||||||
@@ -3,4 +3,8 @@ pub mod maps;
|
|||||||
pub mod models;
|
pub mod models;
|
||||||
pub mod traits;
|
pub mod traits;
|
||||||
|
|
||||||
|
pub mod prelude {
|
||||||
|
pub use crate::traits::{GraphTopology, GraphTopologyDeletion};
|
||||||
|
}
|
||||||
|
|
||||||
mod testing;
|
mod testing;
|
||||||
|
|||||||
Reference in New Issue
Block a user