Roadmap

Future plans and development roadmap for Swamp

Iterators

Traits

Default trait implementation

Operator implementation trait

impl Add for MyOwnType {
    fn add(self, other: MyOwnType) -> MyOwnType {
        // ...
    }
}