4 ms·
This is something which really excites me about Rust. Having constructs as fundamental as function application extensible via traits reminds me of Python's magi
by Sonata 12y ago
This is something which really excites me about Rust. Having constructs as fundamental as function application extensible via traits reminds me of Python's magic methods, but without the runtime overhead.