Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ MyString
Class
MyString
0c_operator_overloading/rust/operator_overloading.rs:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
#[derive(Debug, Clone)]
6
struct MyString(String);
7
8
impl fmt::Display for MyString {
9
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
Callers
3
add
Method · 0.85
mul
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected