C4K3 / ozelot

Rust library for handling all MCMODERN networking
Creative Commons Zero v1.0 Universal
34 stars 9 forks source link

Unecessery borrowing on types with Copy trait #15

Closed vaIgarashi closed 4 years ago

vaIgarashi commented 5 years ago
    /// Get the id
    pub fn get_id(&self) -> &u64 {
        &self.id
    }
vaIgarashi commented 4 years ago

Write my own protocol implementation