Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some methods to the Point record
This code works, because `declare_interface` auto-inserts the `pub use geometry::Point` statement. As a Rust dev this _reads_ weird, because conceptually `Point` is in a submodule that is no where explicitly `use`d. This might be a bit too much magic.
- Loading branch information